From a640c4ff4675843e22716e2116665df3125999e7 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 17 Feb 2019 09:37:49 -0600 Subject: [PATCH] Add requests module to enable mutterpush module --- full/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/full/Dockerfile b/full/Dockerfile index cc759fa..1d73ef5 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -8,6 +8,8 @@ RUN set -x \ icu-dev \ libressl-dev \ perl \ - python3 + python3 + +RUN pip3 install requests COPY 30-build-modules.sh /startup-sequence/