mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
tweaking
This commit is contained in:
parent
2c639a2dd8
commit
c155c96945
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,8 @@ FROM alpine:edge
|
||||||
COPY dist/ /opt/tpot/
|
COPY dist/ /opt/tpot/
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk --no-cache -U add \
|
RUN apk --no-cache -U upgrade && \
|
||||||
|
apk --no-cache -U add \
|
||||||
aria2 \
|
aria2 \
|
||||||
apache2-utils \
|
apache2-utils \
|
||||||
bash \
|
bash \
|
||||||
|
@ -18,7 +19,6 @@ RUN apk --no-cache -U add \
|
||||||
grep \
|
grep \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iptables \
|
iptables \
|
||||||
# iptables-legacy \
|
|
||||||
jq \
|
jq \
|
||||||
logrotate \
|
logrotate \
|
||||||
lsblk \
|
lsblk \
|
||||||
|
|
Loading…
Reference in a new issue