Install zstd
Some checks failed
Build and push container image / build (push) Has been cancelled

This commit is contained in:
toast 2024-01-08 00:47:21 +11:00
parent 844eff5354
commit 7059390af6

View File

@ -9,7 +9,7 @@ jobs:
steps:
- name: Set up Docker environment
run: |
apt update && apt install -y apt-transport-https ca-certificates curl gnupg lsb-release
apt update && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo \
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \