We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc4ce1 commit de209e4Copy full SHA for de209e4
docker/ci/dockerfiles/ci-runner.centos7.dockerfile
@@ -27,7 +27,7 @@ RUN echo "export LC_ALL=en_US.utf-8" >> /etc/profile.d/python3_ascii.sh && \
27
# Add normal dependencies
28
RUN yum clean all && \
29
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
+ yum install -y adoptopenjdk-14-hotspot which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip
31
32
# Create user group
33
RUN groupadd -g 1000 opensearch && \
0 commit comments