feat(runner-latest): add unzip to system dependencies
Some checks are pending
/ pre-run (push) Waiting to run
/ build-images (debian-12.6-slim) (push) Blocked by required conditions
/ post-run (push) Blocked by required conditions

This commit is contained in:
Marc 2024-11-06 19:29:43 -05:00
parent 8f54762625
commit 3cce76e206
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -7,6 +7,7 @@ RUN apt update && \
apt upgrade -y && \
apt install -y \
curl \
unzip \
podman \
jq \
git \