From fb36eb2d4eb19fc6865f890755823fc416be907d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 19 Sep 2018 16:44:01 +0200 Subject: [PATCH] Make sure configurator has curl --- configurator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator/Dockerfile b/configurator/Dockerfile index d40da08..f80f9da 100644 --- a/configurator/Dockerfile +++ b/configurator/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 RUN apt update && \ - apt install -y python3 python3-pip + apt install -y python3 python3-pip curl RUN pip3 install jinja2 RUN mkdir /openedx