Skip to content

Commit

Permalink
chore(slugbuilder): revert 41fc96a in Dockerfile
Browse files Browse the repository at this point in the history
We have this storage bucket now and can go back to the old way of
publishing object-storage-cli rather than hosting a binary in the git
repo (the Deis maintainers released the bucket, I grabbed it.)
  • Loading branch information
Kingdon Barrett committed Oct 4, 2020
1 parent a913048 commit a8832b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \

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

0 comments on commit a8832b8

Please sign in to comment.