rebuild ciscoasa for alpine 3.13

This commit is contained in:
t3chn0m4g3
2021-02-15 10:01:03 +00:00
parent b01bf50aaf
commit a28ee97f13
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ RUN apk -U --no-cache add \
# Healthcheck
HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:8000'
#
# Set user, workdir and start spiderfoot
# Set user, workdir and start cyberchef
USER nobody:nobody
WORKDIR /opt/cyberchef
CMD ["http-server", "-p", "8000"]