diff --git a/Dockerfile b/Dockerfile index 3bcd8106861c184ab2d49e46e0139998f9bad47b..21f6dff5595edb34d3eec65223f760dd2a6dbba6 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