summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-08-29 08:00:46 +0100
committerRichard Hughes <richard@hughsie.com>2018-08-29 13:24:52 +0100
commit861fc8c1a2af84955bb3676a7eba2d8780f8cdde (patch)
tree61ab3db2ea76b12acee04a0c070fb7aff38c62ef /tests
parent33b189ca0d5f80f28dad58423d6d65ff8ed4086c (diff)
trivial: Fix the Fedora CI
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/Dockerfile-debian1
-rw-r--r--tests/ci/Dockerfile-fedora4
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/ci/Dockerfile-debian b/tests/ci/Dockerfile-debian
index 5f3a3db9e..420a9cdf3 100644
--- a/tests/ci/Dockerfile-debian
+++ b/tests/ci/Dockerfile-debian
@@ -2,6 +2,7 @@ FROM debian:buster
RUN echo "deb-src http://deb.debian.org/debian/ buster main" >> /etc/apt/sources.list
RUN apt-get update -qq
+RUN apt-get install -yq build-essential
RUN apt-get build-dep -yq packagekit
RUN mkdir /build
WORKDIR /build
diff --git a/tests/ci/Dockerfile-fedora b/tests/ci/Dockerfile-fedora
index 50015bd54..f0d97a7ce 100644
--- a/tests/ci/Dockerfile-fedora
+++ b/tests/ci/Dockerfile-fedora
@@ -1,7 +1,7 @@
-FROM fedora:27
+FROM fedora:28
RUN dnf -y update
-RUN dnf -y install dnf-plugins-core libdnf-devel redhat-rpm-config autoconf-archive
+RUN dnf -y install dnf-plugins-core libdnf-devel redhat-rpm-config autoconf-archive gcc make
RUN dnf -y builddep PackageKit
RUN mkdir /build