Kaydet (Commit) 0211b540 authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

SSH Desteğini kaldırdık

üst 41d1d08b
FROM pardus/ondokuz:latest FROM pardus/ondokuz:latest
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update RUN apt-get update
RUN apt-get install -y openssh-server
RUN apt-get install -y locales RUN apt-get install -y locales
RUN apt-get install -y pardus-xfce-desktop 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 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 ...@@ -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 && \ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/tr_TR.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure locales && \ dpkg-reconfigure locales && \
update-locale LANG=tr_TR.UTF-8 update-locale LANG=tr_TR.UTF-8
ENV LANG tr_TR.UTF-8 ENV LANG tr_TR.UTF-8
\ No newline at end of file
RUN service ssh start
EXPOSE 22/tcp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment