diff --git a/Dockerfile b/Dockerfile index 08a6af7..6d1e798 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*