Browse Source

fix: Set python version to 3.9 in Dockerfile

loi_agec
Jean-Romain Garnier 4 years ago
committed by jr-garnier
parent
commit
efc74fc8d4
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save