From a701ca41c51a7e6f800e08b4a6a32058105f78e9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 20 Oct 2020 10:49:17 +0200 Subject: [PATCH] Moved to windowservercore --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 773a63c..9d7a910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3 - +FROM python:3.9.0-windowsservercore +RUN setup.exe -q -n -P openssh git graphviz gcc RUN python -m pip install --upgrade pip setuptools wheel pyparsing pydot django-extensions django COPY entrypoint.sh /entrypoint.sh