Skip to content

Commit dc26814

Browse files
committed
remove gstatus from Dockerfile
1 parent f66090c commit dc26814

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

glusterfs/tests/docker/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ FROM gluster/gluster-centos:latest
77
# Updates the yum repo endpoints:
88
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
99
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
10+
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

0 commit comments

Comments
 (0)