summaryrefslogtreecommitdiff
path: root/ci/containers/debian-sid.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/debian-sid.Dockerfile')
-rw-r--r--ci/containers/debian-sid.Dockerfile56
1 files changed, 28 insertions, 28 deletions
diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid.Dockerfile
index 8ca0d33..8398b7b 100644
--- a/ci/containers/debian-sid.Dockerfile
+++ b/ci/containers/debian-sid.Dockerfile
@@ -11,33 +11,33 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get install -y eatmydata && \
eatmydata apt-get dist-upgrade -y && \
eatmydata apt-get install --no-install-recommends -y \
- ca-certificates \
- ccache \
- check \
- gcc \
- gettext \
- git \
- gtk-doc-tools \
- hwdata \
- libgirepository1.0-dev \
- libglib2.0-dev \
- libsoup2.4-dev \
- libxml2-dev \
- libxml2-utils \
- libxslt1-dev \
- locales \
- make \
- meson \
- ninja-build \
- osinfo-db-tools \
- pkgconf \
- python3 \
- python3-lxml \
- python3-pytest \
- python3-requests \
- valac \
- wget \
- xz-utils && \
+ ca-certificates \
+ ccache \
+ check \
+ gcc \
+ gettext \
+ git \
+ gtk-doc-tools \
+ hwdata \
+ libgirepository1.0-dev \
+ libglib2.0-dev \
+ libsoup2.4-dev \
+ libxml2-dev \
+ libxml2-utils \
+ libxslt1-dev \
+ locales \
+ make \
+ meson \
+ ninja-build \
+ osinfo-db-tools \
+ pkgconf \
+ python3 \
+ python3-lxml \
+ python3-pytest \
+ python3-requests \
+ valac \
+ wget \
+ xz-utils && \
eatmydata apt-get autoremove -y && \
eatmydata apt-get autoclean -y && \
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
@@ -47,8 +47,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
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"