mirror of https://github.com/status-im/consul.git
Merge pull request #4229 from hashicorp/mitchellh/builder-rsync
Add rsync to consul-builder
This commit is contained in:
commit
e762d6fd82
|
@ -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…
Reference in New Issue