feat: Add unzip (required for packer action)
This commit is contained in:
parent
e4749fd0c4
commit
31347764ae
@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
locales \
|
locales \
|
||||||
make \
|
make \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
|
# (npm) Dependency for Gitea Actions
|
||||||
npm \
|
npm \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
powershell-lts \
|
powershell-lts \
|
||||||
@ -55,6 +56,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
qemu-utils \
|
qemu-utils \
|
||||||
# (sshpass) Dependency for Packer (non-interactive password authentication)
|
# (sshpass) Dependency for Packer (non-interactive password authentication)
|
||||||
sshpass \
|
sshpass \
|
||||||
|
# (unzip) Dependency for Gitea Actions
|
||||||
|
unzip \
|
||||||
# (xorriso) Dependency for Packer (generating isofs image)
|
# (xorriso) Dependency for Packer (generating isofs image)
|
||||||
xorriso \
|
xorriso \
|
||||||
yamllint && \
|
yamllint && \
|
||||||
|
Loading…
Reference in New Issue
Block a user