keep locale
All checks were successful
Gitea/docker-desktop/pipeline/head This commit looks good

This commit is contained in:
dave 2022-06-06 21:38:08 -07:00
parent 59754e0412
commit 070e3ceabf

View File

@ -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 && \