mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[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
This commit is contained in:
parent
68d2f47c0a
commit
6110d31969
@ -43,6 +43,7 @@ RUN apt update && \
|
|||||||
file \
|
file \
|
||||||
openssl \
|
openssl \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
locales \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ssh \
|
ssh \
|
||||||
wget \
|
wget \
|
||||||
|
Loading…
Reference in New Issue
Block a user