Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-04-27 06:40:49 +02:00
parent 4a409865b1
commit 17a74b7e90

View File

@ -28,6 +28,9 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
COPY requirements.txt /
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8
# Install additional extensions
RUN set -xe; \
apt-get update; \