Skip to content

Commit de209e4

Browse files
Remove awscli from the centos7 ci image as it is mistakenly added
Signed-off-by: Peter Zhu <[email protected]>
1 parent cfc4ce1 commit de209e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ci/dockerfiles/ci-runner.centos7.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN echo "export LC_ALL=en_US.utf-8" >> /etc/profile.d/python3_ascii.sh && \
2727
# Add normal dependencies
2828
RUN yum clean all && \
2929
yum update -y && \
30-
yum install -y adoptopenjdk-14-hotspot which curl git gnupg2 awscli tar net-tools procps-ng python3 python3-devel python3-pip
30+
yum install -y adoptopenjdk-14-hotspot which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip
3131

3232
# Create user group
3333
RUN groupadd -g 1000 opensearch && \

0 commit comments

Comments
 (0)