Skip to content

Commit

Permalink
flux/docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 6, 2023
1 parent 6da7f3e commit d9e4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ FROM ubuntu:20.04 as files2
cd /rootfs/usr/local/webhookd/static; file=v1.3.0.tar.gz; wget https://gitee.com/infrastlabs/fk-webhookd/releases/download/v22.08.18/$file; \
bash down_vnc.sh; rm -f $file; \
\
test -s /rootfs/usr/local/webhookd/webhook/webhookd || exit 1; \
test -s /rootfs/usr/local/webhookd/webhookd || exit 1; \
test -s /rootfs/usr/local/webhookd/static/noVNC-1.3.0/vnc.html || exit 1;
#

Expand Down

0 comments on commit d9e4c63

Please sign in to comment.