Skip to content

Commit

Permalink
base: fix locale warning (#23)
Browse files Browse the repository at this point in the history
* docker: add lib32z1 to base

* base: fix steamclient.so

* base: fix locale warning

* Update pug-practice/Dockerfile

Co-authored-by: Tim Cheung <tim@cheung.io>
  • Loading branch information
kyoto44 and timche authored Aug 5, 2022
1 parent 7a6344c commit c37fef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apt-get update \
unzip=6.0-23+deb10u2 \
wget=1.20.1-1.1 \
lib32z1=1:1.2.11.dfsg-1 \
locales \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& rm -rf /var/lib/apt/lists/* \
&& useradd -m csgo

Expand Down

0 comments on commit c37fef8

Please sign in to comment.