Add sshpass
All checks were successful
build docker image / docker-build (push) Successful in 1m28s

This commit is contained in:
2025-02-14 14:38:21 +02:00
parent e18452f2b6
commit 50a2bde774

View File

@ -5,4 +5,5 @@ RUN apt update && apt install -y curl gpg lsb-release \
&& echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
&& apt-get update && apt-get install -y \
openssh-client \
sshpass \
docker-ce-cli