re-add rsync

This commit is contained in:
Buzz 2024-08-21 15:14:49 +10:00 committed by GitHub
parent b4be6c0d7a
commit 13195d8ac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ FROM --platform=i386 i386/debian:buster-slim
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get clean && apt-get update
# && apt-get -y upgrade
RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++
RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++ rsync
RUN apt-get clean
RUN useradd -m user && echo "user:password" | chpasswd