add missing libs

master
Clemens Klug 2018-08-06 12:44:52 +02:00
parent d1872892fd
commit c490a0ffcc
1 changed files with 1 additions and 1 deletions

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