add rsync and sudo, needed by ssh-deploy
All checks were successful
/ deploy (push) Successful in 2m54s
All checks were successful
/ deploy (push) Successful in 2m54s
This commit is contained in:
parent
f9516e2f9d
commit
4a37f90e41
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ 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 && \
|
||||
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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue