mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Make sure configurator has curl
This commit is contained in:
parent
22872412c3
commit
fb36eb2d4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user