Skip to content

Commit

Permalink
#703 Add kubernetes.core collection
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Apr 27, 2024
1 parent 2114923 commit fd70f88
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 @@ -25,7 +25,7 @@ RUN yum install -y yum-utils && \
yum install -y nginx && \
yum clean all

RUN ansible-galaxy collection install community.crypto community.vmware
RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core

VOLUME ["/Data"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum install -y yum-utils && \
yum install -y nginx && \
yum clean all

RUN ansible-galaxy collection install community.crypto community.vmware
RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core

VOLUME ["/Data"]

Expand Down

0 comments on commit fd70f88

Please sign in to comment.