Skip to content

Commit 648642b

Browse files
authored
change to docker-cli
1 parent cce0f70 commit 648642b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openaf/oaf as main
22

33
USER root
44
RUN apk update\
5-
&& apk --no-cache add docker skopeo helm curl tar bash\
5+
&& apk --no-cache add docker-cli skopeo helm curl tar bash gzip\
66
&& /openaf/ojob ojob.io/kube/getCriCtl path=/usr/bin\
77
&& /openaf/opack install DockerRegistry\
88
&& /openaf/opack install Kube\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Alpine based image with:
44

55
* skopeo
66
* helm
7-
* docker
7+
* docker-cli
88
* crictl
99
* openaf (with DockerRegistry, Kube)
1010

0 commit comments

Comments
 (0)