Skip to content

Commit

Permalink
Merge pull request trinodb#10 from chancez/rsync
Browse files Browse the repository at this point in the history
Dockerfile*: Add rsync
  • Loading branch information
openshift-merge-robot authored Jun 17, 2019
2 parents ea8c551 + 5e323c9 commit 16f321d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN yum -y install --setopt=skip_missing_names_on_install=False \
java-1.8.0-openjdk-devel \
openssl \
less \
rsync \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN yum -y install --setopt=skip_missing_names_on_install=False \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
less \
rsync \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit 16f321d

Please sign in to comment.