Skip to content

Commit a8832b8

Browse files
author
Kingdon Barrett
committed
chore(slugbuilder): revert 41fc96a in Dockerfile
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.)
1 parent a913048 commit a8832b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \
3030

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

0 commit comments

Comments
 (0)