add missing libs
parent
d1872892fd
commit
c490a0ffcc
|
|
@ -1,2 +1,2 @@
|
||||||
FROM alpine:3.7
|
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
|
||||||
Loading…
Reference in New Issue