cyberchef pin to alpine 3.8

This commit is contained in:
t3chn0m4g3 2019-02-25 15:28:54 +00:00
parent 28d6487ff5
commit 4e34e5c77d

View file

@ -1,4 +1,4 @@
FROM alpine FROM alpine:3.8
# Get and install dependencies & packages # Get and install dependencies & packages
RUN apk -U --no-cache add \ RUN apk -U --no-cache add \
@ -12,7 +12,7 @@ RUN apk -U --no-cache add \
# Install CyberChef # Install CyberChef
cd /root && \ cd /root && \
git clone https://github.com/gchq/cyberchef -b v8.20.0 --depth=1 && \ git clone https://github.com/gchq/cyberchef --depth=1 && \
chown -R nobody:nobody cyberchef && \ chown -R nobody:nobody cyberchef && \
cd cyberchef && \ cd cyberchef && \
npm install && \ npm install && \