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.Dockerfile60
1 files changed, 30 insertions, 30 deletions
diff --git a/ci/containers/fedora-rawhide.Dockerfile b/ci/containers/fedora-rawhide.Dockerfile
index 6de0847..8ecfe19 100644
--- a/ci/containers/fedora-rawhide.Dockerfile
+++ b/ci/containers/fedora-rawhide.Dockerfile
@@ -19,35 +19,35 @@ exec "$@"' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
nosync dnf distro-sync -y && \
nosync dnf install -y \
- ca-certificates \
- ccache \
- check-devel \
- cppi \
- gcc \
- gettext \
- git \
- glib2-devel \
- glibc-langpack-en \
- gobject-introspection-devel \
- gtk-doc \
- hwdata \
- libsoup-devel \
- libxml2 \
- libxml2-devel \
- libxslt-devel \
- make \
- meson \
- ninja-build \
- osinfo-db-tools \
- pkgconfig \
- python3 \
- python3-lxml \
- python3-pytest \
- python3-requests \
- rpm-build \
- vala \
- wget \
- xz && \
+ ca-certificates \
+ ccache \
+ check-devel \
+ cppi \
+ gcc \
+ gettext \
+ git \
+ glib2-devel \
+ glibc-langpack-en \
+ gobject-introspection-devel \
+ gtk-doc \
+ hwdata \
+ libsoup-devel \
+ libxml2 \
+ libxml2-devel \
+ libxslt-devel \
+ make \
+ meson \
+ ninja-build \
+ osinfo-db-tools \
+ pkgconfig \
+ python3 \
+ python3-lxml \
+ python3-pytest \
+ python3-requests \
+ rpm-build \
+ vala \
+ wget \
+ xz && \
nosync dnf autoremove -y && \
nosync dnf clean all -y && \
rpm -qa | sort > /packages.txt && \
@@ -55,8 +55,8 @@ exec "$@"' > /usr/bin/nosync && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
ENV LANG "en_US.UTF-8"
ENV MAKE "/usr/bin/make"
ENV NINJA "/usr/bin/ninja"
ENV PYTHON "/usr/bin/python3"
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"