Skip to content

Commit

Permalink
Dockerfile: add rsync package installation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Oct 6, 2024
1 parent 80fe9d6 commit 9d677d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN pacman -Syyu --noconfirm; \
python \
git \
cmake \
rsync \
jq --noconfirm --needed
# Creating user
RUN useradd -m user-build
Expand Down

0 comments on commit 9d677d5

Please sign in to comment.