Skip to content

Commit

Permalink
chore(slugbuilder): new build, new objstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Oct 4, 2020
1 parent a8832b8 commit 0aaaf09
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/bb8e054/objstorage-bb8e054-linux-amd64 /bin/objstorage
ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
RUN chmod +x /bin/objstorage && \
chown -R slug:slug /app && \
chown slug:slug /bin/get_object \
Expand Down

0 comments on commit 0aaaf09

Please sign in to comment.