Skip to content

Commit eb14626

Browse files
authored
Merge pull request #191 from AkihiroSuda/cherrypick-190-04
[release/0.4] Dockerfile.buildtests: fix buildtest-centos76-static
2 parents 3458009 + 4e071ee commit eb14626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.buildtests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN ./configure && make && cp -f slirp4netns /
3030

3131
FROM buildtest-centos76-common AS buildtest-centos76-static
3232
RUN yum install -y glibc-static glib2-static
33-
RUN yum-config-manager --add-repo=https://cbs.centos.org/repos/virt7-container-common-candidate/x86_64/os/ && \
33+
RUN yum-config-manager --add-repo=https://buildlogs.centos.org/centos/7/virt/x86_64/container && \
3434
yum install --nogpgcheck -y libseccomp-static
3535
RUN ./configure LDFLAGS="-static" && make && cp -f slirp4netns /
3636

0 commit comments

Comments
 (0)