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 f66090c commit dc26814Copy full SHA for dc26814
glusterfs/tests/docker/Dockerfile
@@ -7,12 +7,4 @@ FROM gluster/gluster-centos:latest
7
# Updates the yum repo endpoints:
8
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
9
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && \
10
- sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
11
-
12
-# Install Python 3
13
-RUN yum install -y python3 && yum clean all
14
15
-# Download the gstatus binary
16
-RUN curl -LO https://github.com/gluster/gstatus/releases/download/v1.0.5/gstatus \
17
- && chmod +x ./gstatus \
18
- && mv ./gstatus /usr/local/bin/gstatus
+ sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
0 commit comments