Update Dockerfile

This commit is contained in:
2020-10-20 11:00:54 +02:00
parent ba78d9c707
commit a5cc4e5468

View File

@@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt update && apt install bash git openssh-client graphviz gcc
RUN apt update && apt install -y bash git openssh-client graphviz gcc
RUN python -m pip install --upgrade pip setuptools wheel pyparsing pydot django-extensions django
COPY entrypoint.sh /entrypoint.sh