Dockerfile aktualisiert
This commit is contained in:
parent
4a409865b1
commit
17a74b7e90
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user