Skip to content

Commit

Permalink
update dircolrs
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaWanted authored and BananaWanted committed Nov 23, 2017
1 parent 737b3d9 commit a1f1edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 305 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh
COPY zshrc /root/.zshrc
COPY dubuntu.zsh-theme /root/.oh-my-zsh/custom/dubuntu.zsh-theme

COPY dircolors /root/.dircolors
RUN dircolors -b /root/.dircolors > /root/.dircolors_source
RUN wget "https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.256dark" \
&& dircolors -b dircolors.256dark > /root/.dircolors_source

COPY authorized_keys /root/.ssh/authorized_keys

Expand Down
303 changes: 0 additions & 303 deletions dircolors

This file was deleted.

1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [ -f /shared/dircolors ]; then dircolors -b /shared/dircolors > /root/.dircol

if [ ! -f /shared/ssh_host_rsa_key ]; then
ssh-keygen -f /shared/ssh_host_rsa_key -N '' -t rsa
rm -f /shared/ssh_host_rsa_key.pub
fi
ln -sf /shared/ssh_host_rsa_key /etc/ssh/ssh_host_rsa_key

Expand Down

0 comments on commit a1f1edd

Please sign in to comment.