Update Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
RUN apt update && apt install --no-cache bash git openssh graphviz gcc
|
RUN apt update && apt install bash git openssh graphviz gcc
|
||||||
RUN python -m pip install --upgrade pip setuptools wheel pyparsing pydot django-extensions django
|
RUN python -m pip install --upgrade pip setuptools wheel pyparsing pydot django-extensions django
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user