Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Dockerfile.agent #55

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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