Skip to content

Commit 9d677d5

Browse files
authored
Dockerfile: add rsync package installation (#12)
1 parent 80fe9d6 commit 9d677d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN pacman -Syyu --noconfirm; \
1818
python \
1919
git \
2020
cmake \
21+
rsync \
2122
jq --noconfirm --needed
2223
# Creating user
2324
RUN useradd -m user-build

0 commit comments

Comments
 (0)