paramiko apparently needed by docker-compose
All checks were successful
/ deploy (push) Successful in 2m50s

This commit is contained in:
Zi Gao 2025-06-10 12:45:35 +10:00
parent 295817cc8e
commit ec2e1e5430

View file

@ -12,5 +12,5 @@ RUN apt-get update && apt-get install -qy --no-install-recommends \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && \
apt-get update && \
apt-get install -qy --no-install-recommends docker-ce-cli docker-buildx-plugin docker-compose docker-compose-plugin && \
apt-get install -qy --no-install-recommends docker-ce-cli docker-buildx-plugin docker-compose docker-compose-plugin python3-paramiko && \
rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/*