mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Combine two RUNs
This commit is contained in:
parent
8433a3d081
commit
9b07078b47
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ RUN apt-get update \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://wiki.debian.org/Locale#Manually
|
# https://wiki.debian.org/Locale#Manually
|
||||||
RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen
|
RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
|
||||||
RUN locale-gen
|
&& locale-gen
|
||||||
ENV LANG=en_US.UTF-8
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
RUN chsh -s /bin/bash
|
RUN chsh -s /bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue