mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-17 18:45:15 +00:00
Make sure configurator has curl
This commit is contained in:
parent
22872412c3
commit
fb36eb2d4e
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y python3 python3-pip
|
apt install -y python3 python3-pip curl
|
||||||
RUN pip3 install jinja2
|
RUN pip3 install jinja2
|
||||||
|
|
||||||
RUN mkdir /openedx
|
RUN mkdir /openedx
|
||||||
|
Loading…
Reference in New Issue
Block a user