Skip to content

Commit

Permalink
add GNU tar to alpine image for --anchored flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Jun 11, 2020
1 parent 770ff36 commit 65c7530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apk --no-cache add \
ca-certificates \
xz \
util-linux \
tar \
;
COPY --from=builder /assets /opt/resource
RUN ln -s /opt/resource/ecr-login /usr/local/bin/docker-credential-ecr-login
Expand Down

0 comments on commit 65c7530

Please sign in to comment.