diff --git a/Dockerfile b/Dockerfile index 8ac48ac..7d47dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM alpine:3.7 -RUN apk add --update --no-cache py3-yaml bash && pip3 install docker-compose \ No newline at end of file +RUN apk add --update --no-cache py3-yaml bash && pip3 install docker-compose requests packaging \ No newline at end of file