Skip to content

Commit

Permalink
fix: download link
Browse files Browse the repository at this point in the history
  • Loading branch information
we11adam committed Mar 5, 2019
1 parent edf9343 commit 8e3e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /tmp

COPY start.sh /start.sh
RUN apk add --update libstdc++ && rm -rf /var/cache/apk/* && \
wget https://github.com/surge-networks/snell/releases/download/${SNELL_VERSION}/snell-server-v${SNELL_VERSION}-linux-amd64.zip && \
wget https://github.com/surge-networks/snell/releases/download/v${SNELL_VERSION}/snell-server-v${SNELL_VERSION}-linux-amd64.zip && \
unzip snell-server-v${SNELL_VERSION}-linux-amd64.zip && \
mv snell-server /usr/bin/ && rm snell-server-v${SNELL_VERSION}-linux-amd64.zip

Expand Down

0 comments on commit 8e3e85f

Please sign in to comment.