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

Pardus için Istanbul zaman dilimini varsayılan olarak belirledik

üst caf5a7d9
......@@ -13,6 +13,8 @@ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/tr_TR.UTF-8 UTF-8/' /etc/locale.gen && \
update-locale LANG=tr_TR.UTF-8
ENV LANG tr_TR.UTF-8
RUN echo "Europe/Istanbul" > /etc/timezone
EXPOSE 5900/tcp
ENV DISPLAY=:0.0
CMD Xspice --port 5900 --auto --vdagent --disable-ticketing $DISPLAY > /dev/null 2>&1 &
\ No newline at end of file
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