From a5cc4e546832c40c85e51820ad6efca8ce31ccc9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 20 Oct 2020 11:00:54 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 258b61c..bfcf568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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