runner-images/Dockerfile
Zi Gao 4a37f90e41
All checks were successful
/ deploy (push) Successful in 2m54s
add rsync and sudo, needed by ssh-deploy
2025-06-14 17:12:12 +10:00

9 lines
513 B
Docker

FROM debian:trixie-slim
LABEL maintainer="Zi Gao<zi@mightycastle.net>"
LABEL version="1.1"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -qy --no-install-recommends \
curl ca-certificates git zstd openssh-client make unzip nodejs python3 jq bzip2 docker-cli docker-buildx docker-compose rsync sudo && \
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/*