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