We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dad5f commit d55633eCopy full SHA for d55633e
images/downloader/Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.19.1
2
3
-RUN apk add curl bash
+RUN apk add --no-cache curl bash tar
4
COPY download_shim.sh /download_shim.sh
5
CMD bash /download_shim.sh
0 commit comments