Skip to content

Commit 65c7530

Browse files
committed
add GNU tar to alpine image for --anchored flag
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
1 parent 770ff36 commit 65c7530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfiles/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apk --no-cache add \
2121
ca-certificates \
2222
xz \
2323
util-linux \
24+
tar \
2425
;
2526
COPY --from=builder /assets /opt/resource
2627
RUN ln -s /opt/resource/ecr-login /usr/local/bin/docker-credential-ecr-login

0 commit comments

Comments
 (0)