Skip to content

Fix Docker build: add xz-utils for Typst archive extraction - #2

Merged
mythz merged 2 commits into
mainfrom
copilot/fix-build-container-failure
Aug 9, 2026
Merged

Fix Docker build: add xz-utils for Typst archive extraction#2
mythz merged 2 commits into
mainfrom
copilot/fix-build-container-failure

Conversation

Copilot AI commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

The build-container CI job was failing because the base Docker stage lacked xz-utils, causing tar -xJf to error when extracting the Typst .tar.xz release archive.

Change

  • Dockerfile: Add xz-utils to the apt-get install invocation in the base stage
-RUN apt-get update && apt-get install -y curl unzip ca-certificates \
+RUN apt-get update && apt-get install -y curl unzip ca-certificates xz-utils \

Co-authored-by: mythz <89361+mythz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job build-container Fix Docker build: add xz-utils for Typst archive extraction Aug 9, 2026
Copilot AI requested a review from mythz August 9, 2026 19:17
@mythz
mythz marked this pull request as ready for review August 9, 2026 19:31
@mythz
mythz merged commit 48c8504 into main Aug 9, 2026
2 checks passed
@mythz
mythz deleted the copilot/fix-build-container-failure branch August 9, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants