Merge pull request #4229 from hashicorp/mitchellh/builder-rsync

Add rsync to consul-builder
This commit is contained in:
Matt Keeler 2018-06-14 13:06:24 -04:00 committed by GitHub
commit 500151a4f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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