Skip to content

Commit

Permalink
timezone 설정, ctail
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgas committed Sep 15, 2017
1 parent ead16a7 commit 0c744ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ RUN /script/install_zsh531.sh
ADD install_ninja172.sh /script/
RUN /script/install_ninja172.sh

# set timezone
RUN ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

# ctail
RUN wget -O - https://raw.githubusercontent.com/castisdev/ctail/master/install.sh --no-check-certificate | bash

# Add root files
ADD .bashrc /root/.bashrc

Expand Down

0 comments on commit 0c744ef

Please sign in to comment.