Add rsync to consul-builder
The V2 UI build now requires `rsync` to be installed as part of its build process. Without this, `make ui` will fail today.
This commit is contained in:
parent
597538354f
commit
119e905ffb
|
@ -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