diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..e579d44228872b5d69532201d32863f5905b00fc --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM python:3.7 + +ENV DEBIAN_FRONTEND=noninteractive \ + TERM=xterm + +RUN set -e -o xtrace \ + ; rm -f !(scripts requirements.txt) + ; pip install -U pip + ; pip install -r requirements.txt