Add rsync to base image

This commit is contained in:
2026-04-20 20:26:24 +02:00
parent 9fa8b5c1e3
commit d74adc14dc
+1
View File
@@ -41,6 +41,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
unzip \ unzip \
gcc \ gcc \
g++ \ g++ \
rsync \
&& ln -s /usr/bin/fdfind /usr/local/bin/fd \ && ln -s /usr/bin/fdfind /usr/local/bin/fd \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*