Skip to content

Commit

Permalink
fix default work
Browse files Browse the repository at this point in the history
  • Loading branch information
muicoder authored and breakwa11 committed Jun 22, 2017
1 parent 7c6c671 commit adbaafa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apk --no-cache add python \
wget


RUN wget -qO- --no-check-certificate https://github.com/shadowsocksr/shadowsocksr/archive/$BRANCH.tar.gz | tar -xzf - -C $WORK
RUN mkdir -p $WORK && \
wget -qO- --no-check-certificate https://github.com/shadowsocksr/shadowsocksr/archive/$BRANCH.tar.gz | tar -xzf - -C $WORK


WORKDIR $WORK/shadowsocksr-$BRANCH/shadowsocks
Expand Down

0 comments on commit adbaafa

Please sign in to comment.