keep locale
Gitea/docker-desktop/pipeline/head This commit looks good
Details
Gitea/docker-desktop/pipeline/head This commit looks good
Details
parent
59754e0412
commit
070e3ceabf
|
@ -5,6 +5,8 @@ ENV _IMG_USERNAME=admin _IMG_PASSWORD=admin
|
|||
ADD start /start
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y locales && \
|
||||
locale-gen en_US.UTF-8 && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y icewm xterm openssh-server supervisor && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y tightvncserver && \
|
||||
mkdir /var/run/sshd && \
|
||||
|
|
Loading…
Reference in New Issue