Skip to content

Commit cf7dcc3

Browse files
committed
devctr: add zstd
Stage it so next time we rebuild the devctr it's there, and we can use it to replace gzip, since it compresses better and faster. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 1bb4f4c commit cf7dcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN apt-get update \
7575
screen tmux \
7676
tzdata \
7777
tini \
78-
squashfs-tools \
78+
squashfs-tools zstd \
7979
# for aws-lc-rs
8080
cmake \
8181
# for Qemu vhost-user-blk backend

0 commit comments

Comments
 (0)