We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5c58 commit 04076c5Copy full SHA for 04076c5
.github/workflows/release-vm-dev.yml
@@ -155,6 +155,9 @@ jobs:
155
- name: Install tools
156
run: mise install
157
158
+ - name: Install zstd
159
+ run: apt-get update && apt-get install -y --no-install-recommends zstd && rm -rf /var/lib/apt/lists/*
160
+
161
- name: Build base rootfs tarball
162
run: |
163
set -euo pipefail
deploy/docker/Dockerfile.ci
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
34
xz-utils \
35
jq \
36
rsync \
37
+ zstd \
38
&& apt-get install -y --only-upgrade gpgv python3 \
39
&& rm -rf /var/lib/apt/lists/*
40
0 commit comments