Skip to content

Commit 83d703f

Browse files
author
Hai Chang
committed
Add upgrade the system when build the docker image
1 parent b5de0c3 commit 83d703f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

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

3+
RUN apk update && apk upgrade
34
RUN wget https://betcommon.blob.core.windows.net/docker/crictl.tar.gz && tar zxvf crictl.tar.gz -C /usr/local/bin
45
RUN rm -f crictl.tar.gz
56
RUN chmod +x /usr/local/bin/crictl

0 commit comments

Comments
 (0)