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
1 changed files with 2 additions and 1 deletions

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