add missing libs

This commit is contained in:
Clemens Klug 2018-08-06 12:44:52 +02:00
parent d1872892fd
commit c490a0ffcc

View File

@ -1,2 +1,2 @@
FROM alpine:3.7
RUN apk add --update --no-cache py3-yaml bash && pip3 install docker-compose
RUN apk add --update --no-cache py3-yaml bash && pip3 install docker-compose requests packaging