From d3dd0f84eaf6b22608f830866ac2a35a144b84b0 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 7 Oct 2018 16:42:05 -0500 Subject: [PATCH] Update to actually install required modules. --- dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 8f19ac2..356b343 100644 --- a/dockerfile +++ b/dockerfile @@ -7,7 +7,8 @@ RUN apk add \ python3 \ python-dev -RUN python3 -m pip install --upgrade pip +RUN python3 -m pip install --upgrade pip \ + python3 -m pip install requests COPY ./ ./