Skip to content

Commit

Permalink
Merge pull request #9 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(Dockerfile): add hephy-obj-storage-cli gcs bucket
  • Loading branch information
Cryptophobia authored May 21, 2020
2 parents 4982c9f + c023f8d commit 42d12ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
/usr/lib/x86_64-linux-gnu/gconv/EBC* && \
bash -c "mkdir -p /usr/share/man/man{1..8}"

ADD https://storage.googleapis.com/object-storage-cli/bb8e054/objstorage-bb8e054-linux-amd64 /bin/objstorage
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
RUN chmod +x /bin/objstorage

COPY . /
Expand Down

0 comments on commit 42d12ff

Please sign in to comment.