Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhansengun committed Feb 25, 2022
1 parent d12eebc commit 06ba28e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ RUN pip3 install awscli \
ansible==2.10.7 \
openshift==0.12.1 \
docker==5.0.0 \
ansible-modules-hashivault==4.2.3 \
ansible-galaxy collection install kubernetes.core:==2.2.3
ansible-modules-hashivault==4.2.3

RUN ansible-galaxy collection install kubernetes.core:==2.2.3

RUN curl -L https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 -o /usr/bin/yq && \
chmod +x /usr/bin/yq
Expand Down

0 comments on commit 06ba28e

Please sign in to comment.