Skip to content

Commit

Permalink
Fix typo in Dockerfile.agent (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianatagh committed Apr 21, 2023
1 parent 53c435a commit 60debee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yum-config-manager --enable ol7_optional_latest && \

RUN yum update -y && \
rm -f /bin/sh && ln -s /bin/bash /bin/sh && \
yum install -y rh-git227 curl ca-certificates jq iproute vim less bash-completion unzip sysstat acl tar hostname openssl docker-engine-19.03.11.ol-13.el7.x86_64 ubectl-1.23.11-1.el7.x86_64 && \
yum install -y rh-git227 curl ca-certificates jq iproute vim less bash-completion unzip sysstat acl tar hostname openssl docker-engine-19.03.11.ol-13.el7.x86_64 kubectl-1.23.11-1.el7.x86_64 && \
yum clean all && \
rm -rf /var/cache/yum && \
# Set up needed to ensure git 2.27 from rh-git227 is on the path
Expand Down

0 comments on commit 60debee

Please sign in to comment.