Add backwards compatibility with Python 3.6

This commit is contained in:
Eloston
2020-03-24 23:32:46 +00:00
parent 1a086e7d97
commit 5bc1222a86
4 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
FROM python:3.7-slim
FROM python:3.6-slim
RUN apt update && apt install -y xz-utils patch