feat(runner-latest): add unzip to system dependencies
This commit is contained in:
parent
8f54762625
commit
3cce76e206
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN apt update && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
apt install -y \
|
apt install -y \
|
||||||
curl \
|
curl \
|
||||||
|
unzip \
|
||||||
podman \
|
podman \
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in a new issue