This commit is contained in:
Marco Ochse 2018-05-18 15:50:01 +00:00
parent 4fde6ac15f
commit 913cccf98a

View file

@ -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