mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
fix: Set python version to 3.9 in Dockerfile
This commit is contained in:
parent
8627c7d686
commit
efc74fc8d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue