mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
tweaking
This commit is contained in:
parent
4fde6ac15f
commit
913cccf98a
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ RUN apk -U --no-cache add \
|
|||
libcap \
|
||||
libffi-dev \
|
||||
libressl-dev \
|
||||
libzmq \
|
||||
postgresql-dev \
|
||||
python3 \
|
||||
python3-dev \
|
||||
|
@ -42,7 +43,6 @@ RUN apk -U --no-cache add \
|
|||
postgresql-dev \
|
||||
python3-dev \
|
||||
py-virtualenv && \
|
||||
apk add libzmq && \
|
||||
rm -rf /root/* \
|
||||
/var/cache/apk/* \
|
||||
/opt/heralding
|
||||
|
|
Loading…
Reference in a new issue