mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
update consul with ui deps
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
bd9cdb6ff1
commit
ce501b258c
|
@ -16,9 +16,13 @@ RUN buildDeps=' \
|
|||
go \
|
||||
git \
|
||||
gcc \
|
||||
g++ \
|
||||
libc-dev \
|
||||
libgcc \
|
||||
make \
|
||||
nodejs \
|
||||
ruby \
|
||||
ruby-dev \
|
||||
zip \
|
||||
' \
|
||||
set -x \
|
||||
|
@ -32,6 +36,8 @@ RUN buildDeps=' \
|
|||
&& make all \
|
||||
&& mv bin/consul /usr/bin/ \
|
||||
&& cd ui \
|
||||
&& gem install bundler io-console --no-ri --no-rdoc \
|
||||
&& bundle install \
|
||||
&& make dist \
|
||||
&& mv dist /usr/src/ \
|
||||
&& apk del $buildDeps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user