Skip to content

Commit

Permalink
add ubuntu Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangZihao committed May 25, 2018
1 parent 9f04116 commit 20a22b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN mkdir -p /var/run/sshd
# installing ssh server
RUN apt-get update
RUN apt-get install -y openssh-server wget tmux vim zsh git gdb build-essential python
RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

# installing sudo
RUN apt-get install -y sudo
Expand Down

0 comments on commit 20a22b4

Please sign in to comment.