Skip to content

Commit

Permalink
docker: Re-add xz-utils (#39553)
Browse files Browse the repository at this point in the history
Previously this was installed as a dependency of mailcap, which was a
dependency of mime-support, which was a dependency of various things.
But apparently things depending on mime-support are transitioning to
media-types which doesn't have that dependency.

We need xz-utils for extracting `build.tar.xz` in CI, so make sure it's
installed.
  • Loading branch information
anomiex authored Sep 26, 2024
1 parent cc8772d commit 14207d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists/,sharing=private \
systemd-standalone-tmpfiles \
unzip \
vim \
xz-utils \
zip \
&& apt-get remove --purge --auto-remove -y gpg software-properties-common \
&& find /var/ -name '*-old' -delete && rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt/ ~/.launchpadlib
Expand Down

0 comments on commit 14207d7

Please sign in to comment.