Skip to content

Commit

Permalink
fix: install bash
Browse files Browse the repository at this point in the history
  • Loading branch information
butzist committed Sep 1, 2019
1 parent ff1de3d commit ad8c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV SOURCE_CREDENTIALS ""
ENV DESTINATION_CREDENTIALS ""

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add --no-cache skopeo && \
apk add --no-cache skopeo bash && \
addgroup -S app && adduser -S app -G app && \
mkdir /app

Expand Down

0 comments on commit ad8c338

Please sign in to comment.