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

SSH Desteğini kaldırdık

üst 41d1d08b
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
......@@ -13,6 +12,3 @@ 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
\ 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