mirror of
https://github.com/status-im/consul.git
synced 2025-02-25 03:45:27 +00:00
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…
x
Reference in New Issue
Block a user