Skip to content

Commit

Permalink
Add missing rsync
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
  • Loading branch information
WadeBarnes committed Feb 28, 2022
1 parent c14816b commit 296e45d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-pipeline/docker/mara-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apt-get update -y \
coreutils \
graphviz \
software-properties-common \
postgresql-client
postgresql-client \
rsync
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update -y \
&& apt-get install -y \
Expand Down

0 comments on commit 296e45d

Please sign in to comment.