mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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 \
|
libcap \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
|
libzmq \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
@ -42,7 +43,6 @@ RUN apk -U --no-cache add \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py-virtualenv && \
|
py-virtualenv && \
|
||||||
apk add libzmq && \
|
|
||||||
rm -rf /root/* \
|
rm -rf /root/* \
|
||||||
/var/cache/apk/* \
|
/var/cache/apk/* \
|
||||||
/opt/heralding
|
/opt/heralding
|
||||||
|
|
Loading…
Reference in a new issue