mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-24 00:58:04 +01:00
Add gettext to build image
This commit is contained in:
parent
ea8f76db2d
commit
8092021e2f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
## Build venv
|
## Build venv
|
||||||
FROM python:3.10.4-bullseye AS venv
|
FROM python:3.10.4-bullseye AS venv
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
gettext
|
||||||
|
|
||||||
# https://python-poetry.org/docs/#installation
|
# https://python-poetry.org/docs/#installation
|
||||||
ENV POETRY_VERSION=1.1.13
|
ENV POETRY_VERSION=1.1.13
|
||||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
Loading…
Reference in a new issue