mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
cyberchef pin to alpine 3.8
This commit is contained in:
parent
28d6487ff5
commit
4e34e5c77d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine
|
||||
FROM alpine:3.8
|
||||
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U --no-cache add \
|
||||
|
@ -12,7 +12,7 @@ RUN apk -U --no-cache add \
|
|||
|
||||
# Install CyberChef
|
||||
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 && \
|
||||
cd cyberchef && \
|
||||
npm install && \
|
||||
|
|
Loading…
Reference in a new issue