Moved to windowservercore

This commit is contained in:
2020-10-20 10:49:17 +02:00
parent 68af7a3b20
commit a701ca41c5

View File

@@ -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