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.
pull/4229/head
Mitchell Hashimoto 7 years ago committed by GitHub
parent 71cef8b8cd
commit f6989e6326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save