Skip to content

Commit

Permalink
centos8: enable only needed repo
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Feb 17, 2022
1 parent 648b132 commit 160e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/centos8-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream8

RUN yum --enablerepo='*' --disablerepo='media-*' install -y make automake autoconf gettext \
RUN yum --enablerepo='powertools' install -y make automake autoconf gettext \
criu-devel libtool gcc libcap-devel systemd-devel yajl-devel \
libseccomp-devel python36 libtool git

Expand Down

0 comments on commit 160e626

Please sign in to comment.