Add rsync to consul-builder

The V2 UI build now requires `rsync` to be installed as part of its build process.

Without this, `make ui` will fail today.
This commit is contained in:
Mitchell Hashimoto 2018-06-14 09:59:10 -07:00 committed by GitHub
parent 597538354f
commit 119e905ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ RUN apt-get update -y && \
zip \
zlib1g-dev \
nodejs \
npm && \
npm \
rsync && \
gem install bundler && \
npm install --global yarn && \
npm install --global ember-cli