Skip to content

Commit

Permalink
containers: add extra tools for CI and packaging (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss authored Dec 3, 2021
1 parent 4f4cde0 commit 7c52517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ RUN apt-get update \
python3 \
# Required for building docs
nodejs \
# Required for sharing artifacts in CI
curl \
# Required to build archives
zstd \
&& rm -rf /var/lib/apt/lists/*

# --- Image used for testing the compiler
Expand Down

0 comments on commit 7c52517

Please sign in to comment.