Skip to content

Commit 6110d31

Browse files
PeterDaveHelloljharb
authored andcommitted
[dockerfile] Add missing apt pacakge locales
locale-gen command seems missing since uncertain point for a while: ``` Step 15/33 : RUN locale-gen en_US.UTF-8 ---> Running in fae073c89c01 /bin/bash: locale-gen: command not found The command '/bin/bash -o pipefail -c locale-gen en_US.UTF-8' returned a non-zero code: 127 ``` This patch should fix the Docker image build
1 parent 68d2f47 commit 6110d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt update && \
4343
file \
4444
openssl \
4545
libssl-dev \
46+
locales \
4647
ca-certificates \
4748
ssh \
4849
wget \

0 commit comments

Comments
 (0)