mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 14:11:21 +00:00
Merge pull request #87 from compleatang/gmpindocker
add gmp so that docker images build correctly
This commit is contained in:
commit
7a57f1069c
@ -8,6 +8,11 @@ ENV DEBCONF_NOWARNINGS yes
|
||||
ENV TERM linux
|
||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libgmp3-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install go
|
||||
# ADD tendermint user
|
||||
RUN useradd tendermint
|
||||
|
Loading…
x
Reference in New Issue
Block a user