File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ RUN sh -c "fping proxy && echo 'Acquire { Retries \"0\"; HTTP { Proxy \"http://p
3434RUN apt-mark hold initscripts
3535RUN apt-get -y upgrade
3636
37- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales locales-all
37+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales
3838ENV LC_ALL en_US.UTF-8
3939ENV LANG en_US.UTF-8
4040ENV LANGUAGE en_US.UTF-8
41+ RUN locale-gen en_US
4142
4243RUN install -d /usr/share/postgresql-common/pgdg &&\
4344 curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc &&\
@@ -71,7 +72,6 @@ RUN cd / &&\
7172 mkdir -p /etc/runit/1.d &&\
7273 apt-get clean &&\
7374 rm -f /etc/apt/apt.conf.d/40proxy &&\
74- locale-gen en_US &&\
7575 DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs yarn &&\
7676 npm install -g terser uglify-js pnpm
7777
You can’t perform that action at this time.
0 commit comments