We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3458009 + 4e071ee commit eb14626Copy full SHA for eb14626
Dockerfile.buildtests
@@ -30,7 +30,7 @@ RUN ./configure && make && cp -f slirp4netns /
30
31
FROM buildtest-centos76-common AS buildtest-centos76-static
32
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/ && \
+RUN yum-config-manager --add-repo=https://buildlogs.centos.org/centos/7/virt/x86_64/container && \
34
yum install --nogpgcheck -y libseccomp-static
35
RUN ./configure LDFLAGS="-static" && make && cp -f slirp4netns /
36
0 commit comments