Skip to content

Commit d55633e

Browse files
committed
add proper tar
1 parent c5dad5f commit d55633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/downloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.19.1
22

3-
RUN apk add curl bash
3+
RUN apk add --no-cache curl bash tar
44
COPY download_shim.sh /download_shim.sh
55
CMD bash /download_shim.sh

0 commit comments

Comments
 (0)