From 0211b540bddc8fcebdb79376dfcc8bf35dcaa69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakk=C4=B1=20Dizdar?= Date: Mon, 3 May 2021 16:51:05 +0300 Subject: [PATCH] =?UTF-8?q?SSH=20Deste=C4=9Fini=20kald=C4=B1rd=C4=B1k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3bcd810..21f6dff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM pardus/ondokuz:latest ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -RUN apt-get install -y openssh-server RUN apt-get install -y locales RUN apt-get install -y pardus-xfce-desktop RUN apt-get install -y x11-xserver-utils xserver-xspice spice-vdagent xserver-xorg-video-qxl x11-xkb-utils @@ -12,7 +11,4 @@ RUN apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache RUN sed -i -e 's/# en_US.UTF-8 UTF-8/tr_TR.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure locales && \ update-locale LANG=tr_TR.UTF-8 -ENV LANG tr_TR.UTF-8 - -RUN service ssh start -EXPOSE 22/tcp +ENV LANG tr_TR.UTF-8 \ No newline at end of file -- 2.18.1