Skip to content

Commit

Permalink
chore(slugbuilder): use better tested binary
Browse files Browse the repository at this point in the history
object-storage-cli from the previous commit is less well-tested than this other version
  • Loading branch information
Kingdon Barrett authored Oct 7, 2020
1 parent e90960d commit d7570c4
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 sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \

ADD . /
ENV PYTHONPATH $PYTHONPATH:/usr/local/lib/python3/site-packages
ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
RUN chmod +x /bin/objstorage && \
chown -R slug:slug /app && \
chown slug:slug /bin/get_object \
Expand Down

0 comments on commit d7570c4

Please sign in to comment.