We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4982c9f + c023f8d commit 42d12ffCopy full SHA for 42d12ff
1 file changed
rootfs/Dockerfile
@@ -30,7 +30,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
30
/usr/lib/x86_64-linux-gnu/gconv/EBC* && \
31
bash -c "mkdir -p /usr/share/man/man{1..8}"
32
33
-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
34
RUN chmod +x /bin/objstorage
35
36
COPY . /
0 commit comments