mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
rebuild cyberchef
This commit is contained in:
parent
3713139fc6
commit
af3ef271d4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
FROM alpine
|
FROM alpine:3.10
|
||||||
#
|
#
|
||||||
# Get and install dependencies & packages
|
# Get and install dependencies & packages
|
||||||
RUN apk -U --no-cache add \
|
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||||
|
apk -U --no-cache add \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
npm \
|
npm \
|
||||||
|
|
Loading…
Reference in a new issue