Dockerfile aktualisiert
This commit is contained in:
@ -28,6 +28,9 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
|
|||||||
|
|
||||||
COPY requirements.txt /
|
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
|
# Install additional extensions
|
||||||
RUN set -xe; \
|
RUN set -xe; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
Reference in New Issue
Block a user