Skip to content

Commit

Permalink
change to docker-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 21, 2024
1 parent cce0f70 commit 648642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openaf/oaf as main

USER root
RUN apk update\
&& apk --no-cache add docker skopeo helm curl tar bash\
&& apk --no-cache add docker-cli skopeo helm curl tar bash gzip\
&& /openaf/ojob ojob.io/kube/getCriCtl path=/usr/bin\
&& /openaf/opack install DockerRegistry\
&& /openaf/opack install Kube\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Alpine based image with:

* skopeo
* helm
* docker
* docker-cli
* crictl
* openaf (with DockerRegistry, Kube)

Expand Down

0 comments on commit 648642b

Please sign in to comment.