Revert to python 3.8 on docker for now

This commit is contained in:
Raphael Michel
2021-03-30 14:59:26 +02:00
parent e7db4e7c42
commit a6c39b144c
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.8
RUN apt-get update && \
apt-get install -y --no-install-recommends \