Skip to content

Commit

Permalink
Merge pull request #190 from AkihiroSuda/a
Browse files Browse the repository at this point in the history
 Dockerfile.buildtests: fix buildtest-centos76-static
  • Loading branch information
AkihiroSuda authored Mar 30, 2020
2 parents 4353fab + cb47830 commit cac9a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.buildtests
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN ./configure && make && cp -f slirp4netns /

FROM buildtest-centos76-common AS buildtest-centos76-static
RUN yum install -y glibc-static glib2-static
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 && \
yum install --nogpgcheck -y libseccomp-static
RUN ./configure LDFLAGS="-static" && make && cp -f slirp4netns /

Expand Down

0 comments on commit cac9a34

Please sign in to comment.