summaryrefslogtreecommitdiff
path: root/ci/containers/fedora-rawhide.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/fedora-rawhide.Dockerfile')
-rw-r--r--ci/containers/fedora-rawhide.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/containers/fedora-rawhide.Dockerfile b/ci/containers/fedora-rawhide.Dockerfile
index 3cab96e..6de0847 100644
--- a/ci/containers/fedora-rawhide.Dockerfile
+++ b/ci/containers/fedora-rawhide.Dockerfile
@@ -17,11 +17,12 @@ else\n\
fi\n\
exec "$@"' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
- nosync dnf update -y && \
+ nosync dnf distro-sync -y && \
nosync dnf install -y \
ca-certificates \
ccache \
check-devel \
+ cppi \
gcc \
gettext \
git \