We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaabf3 commit 0d16a95Copy full SHA for 0d16a95
extras/docker/base/Dockerfile
@@ -24,6 +24,7 @@ RUN apt update \
24
wget \
25
tzdata \
26
libpq5 \
27
+ gettext \
28
&& apt-get clean \
29
&& rm -rf /var/lib/apt/lists/* \
30
&& locale-gen en_US.UTF-8 \
0 commit comments