Merge pull request #4229 from hashicorp/mitchellh/builder-rsync
Add rsync to consul-builder
This commit is contained in:
commit
500151a4f9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue