To hell with swfrender utility
as it is pain to compile for all the platforms and the last release was in 2013
This commit is contained in:
parent
592dc12d86
commit
28501c6fe0
|
@ -25,7 +25,6 @@ RUN mkdir -p /opt/noVNC/utils/websockify \
|
|||
&& chown hydrus:hydrus -R /opt/noVNC
|
||||
|
||||
COPY --chown=hydrus . /opt/hydrus
|
||||
COPY --chown=hydrus --from=suika/swftools:2013-04-09-1007 /swftools/swfrender /opt/hydrus/bin/swfrender_linux
|
||||
|
||||
RUN mv /opt/hydrus/static/build_files/docker/client/supervisord.conf /etc/supervisord.conf && \
|
||||
mv /opt/hydrus/static/build_files/docker/client/novnc/index.html /opt/noVNC/index.html && \
|
||||
|
|
|
@ -12,7 +12,6 @@ RUN set -xe \
|
|||
&& adduser -h /opt/hydrus -u 1000 -H -S -G hydrus hydrus
|
||||
|
||||
COPY --chown=hydrus . /opt/hydrus
|
||||
COPY --chown=hydrus --from=suika/swftools:2013-04-09-1007 /swftools/swfrender /opt/hydrus/bin/swfrender_linux
|
||||
|
||||
VOLUME /opt/hydrus/db
|
||||
|
||||
|
|
Loading…
Reference in New Issue