Add gettext to build image

This commit is contained in:
Gabriel Augendre 2022-04-26 20:34:11 +02:00
parent ea8f76db2d
commit 8092021e2f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
## Build 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
ENV POETRY_VERSION=1.1.13
RUN curl -sSL https://install.python-poetry.org | python3 -