8000 lc_all-locale · sabrehagen/desktop-environment@a2c5775 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
lc_all-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
decidrjackson committed Jan 22, 2025
1 parent 110a636 commit a2c5775
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/Dockerfile
480D
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN apt-get update -qq && \
tzdata

# Generate locales
RUN locale-gen $LANG && \
update-locale LANG=$LANG LC_ALL=$LC_ALL && \
RUN locale-gen $LC_ALL && \
update-locale LC_ALL=$LC_ALL && \
dpkg-reconfigure --frontend=noninteractive locales

# Set timezone
Expand Down Expand Up @@ -57,6 +57,7 @@ RUN apt-get update -qq && \
dbus-x11 \
dnsmasq \
dnsutils \
docker-compose-v2 \
docker.io \
feh \
ffmpeg \
Expand Down Expand Up @@ -527,7 +528,8 @@ RUN yarn global add \
http-server \
imgur-uploader-cli \
nodemon \
rebase-editor
rebase-editor \
vercel

# Install vs code wal theme
RUN git clone --depth 1 https://github.com/sabrehagen/vscode-wal /opt/vscode-wal && \
Expand Down

0 comments on commit a2c5775

Please sign in to comment.
0