Skip to content

Commit 0d16a95

Browse files
committed
Also install gettext in the base image
1 parent 1eaabf3 commit 0d16a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/docker/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt update \
2424
wget \
2525
tzdata \
2626
libpq5 \
27+
gettext \
2728
&& apt-get clean \
2829
&& rm -rf /var/lib/apt/lists/* \
2930
&& locale-gen en_US.UTF-8 \

0 commit comments

Comments
 (0)