From b1787306ef4a86f53f858b6e7044477e28237f3a Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 18 Jun 2024 19:51:26 +0200 Subject: [PATCH] Install rsync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0dc0ef..a81fc6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop RUN pacman -Syu --noconfirm --noprogressbar --quiet # Install additional packages -RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git hugo libedit libmd linux-headers make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig texinfo wget +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git hugo libedit libmd linux-headers make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig rsync texinfo wget # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \