This commit is contained in:
Emilio Botero
2024-03-18 12:50:09 -07:00
committed by GitHub

View File

@@ -1,5 +1,7 @@
FROM python:3.11-bullseye
# works with python 3.8 as well.
ARG PYTHON_VERSION=3.11
FROM python:${PYTHON_VERSION}-bullseye
ENV LC_ALL=C.UTF-8