Skip to content

Commit

Permalink
😟fix apt source for dockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
iofu728 committed May 1, 2019
1 parent 332bd22 commit 6c311a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zsh.sh.ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ ENV ZSH_SH_PATH 'zsh.sh'
ENV ZSH /root/.oh-my-zsh
ENV IS_DOCKER docker

RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list \
&& apt-get clean \
&& apt-get update \
RUN apt-get update \
&& apt-get install zsh git curl wget dpkg vim -y \
&& chsh -s $(which zsh)

Expand Down

0 comments on commit 6c311a5

Please sign in to comment.