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

Pardus dilini türkçeye çevirdik

üst bf452e4b
......@@ -2,6 +2,14 @@ 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 clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/apk/*
# Pardus dilini türkçeye çevirelim
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
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