Skip to content

Commit

Permalink
booking: install rsync as well
Browse files Browse the repository at this point in the history
We need this for our builds
  • Loading branch information
manuelnaranjo committed Mar 13, 2024
1 parent c97de2e commit 708b734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN useradd \

RUN apt-get update -yq

RUN apt-get install -yq sudo
RUN apt-get install -yq sudo rsync
RUN echo "${ENGFLOW_RBE_USER_NAME} ALL=(ALL) NOPASSWD:ALL" > "/etc/sudoers.d/${ENGFLOW_RBE_USER_NAME}"
RUN chmod 0440 "/etc/sudoers.d/${ENGFLOW_RBE_USER_NAME}"

Expand Down

0 comments on commit 708b734

Please sign in to comment.