From c490a0ffccb243108ae243bfdb1a094ee18c4c20 Mon Sep 17 00:00:00 2001 From: Clemens Klug Date: Mon, 6 Aug 2018 12:44:52 +0200 Subject: [PATCH] add missing libs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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