Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yulahuyed authored Jan 9, 2018
1 parent c77d919 commit e3644f5
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 @@ -24,7 +24,8 @@ RUN apk add --no-cache --virtual .build-deps ca-certificates curl \

RUN curl -L -o ss.tar.gz "https://github.com/shadowsocks/shadowsocks-go/releases/download/1.2.1/shadowsocks-server.tar.gz" \
&& tar -xvzf ss.tar.gz \
&& rm ss.tar.gz
&& rm ss.tar.gz \
&& mv shadowsocks-server /v2raybin

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit e3644f5

Please sign in to comment.