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 b5de0c3 commit 83d703fCopy full SHA for 83d703f
Dockerfile
@@ -1,5 +1,6 @@
1
FROM alpine
2
3
+RUN apk update && apk upgrade
4
RUN wget https://betcommon.blob.core.windows.net/docker/crictl.tar.gz && tar zxvf crictl.tar.gz -C /usr/local/bin
5
RUN rm -f crictl.tar.gz
6
RUN chmod +x /usr/local/bin/crictl
0 commit comments