8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +00:00

fix: Set python version to 3.9 in Dockerfile

This commit is contained in:
Jean-Romain Garnier 2021-12-23 22:43:46 +01:00 committed by jr-garnier
parent 8627c7d686
commit efc74fc8d4

View file

@ -1,4 +1,4 @@
FROM python:3
FROM python:3.9
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y --no-install-recommends gettext-base libpq-dev
WORKDIR /code