Skip to content

Commit

Permalink
Merge pull request #28 from konstructio/step1
Browse files Browse the repository at this point in the history
change wget gzip filename
  • Loading branch information
johndietz authored Sep 9, 2024
2 parents 6213bba + 7aaeacd commit a8bf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache util-linux wget

ARG COLONY_SCOUT_VERSION=0.0.10-rc11
RUN wget https://objectstore.nyc1.civo.com/konstruct-assets/colony-scout/v0.0.10-rc11/colony-scout_\ 0.0.10-rc11_Linux_x86_64.tar.gz && \
tar -xzvf colony-scout.tar.gz && \
tar -xzvf colony-scout_\ 0.0.10-rc11_Linux_x86_64.tar.gz && \
chmod +x colony-scout && \
mv colony-scout /usr/local/bin/

Expand Down

0 comments on commit a8bf6c1

Please sign in to comment.