7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-27 17:03:29 +00:00

Make sure configurator has curl

This commit is contained in:
Régis Behmo 2018-09-19 16:44:01 +02:00
parent 22872412c3
commit fb36eb2d4e

View File

@ -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