Added librocksdb
This commit is contained in:
parent
19742e0a7e
commit
212bf41af0
|
@ -2,7 +2,7 @@ FROM debian:stretch
|
|||
MAINTAINER Yuriy Glukhov <iurii@status.im>
|
||||
ADD run.sh /bin/run
|
||||
RUN while ! apt-get update; do true; done \
|
||||
&& while ! apt-get install -y gcc g++ mercurial git nodejs libssl-dev; do true; done \
|
||||
&& while ! apt-get install -y gcc g++ mercurial git nodejs libssl-dev librocksdb-dev; do true; done \
|
||||
&& echo " IdentityFile ~/.ssh/id_rsa" >> /etc/ssh/ssh_config \
|
||||
&& mkdir /onStart.d /onQuit.d \
|
||||
&& echo "CLEANUP" \
|
||||
|
|
Loading…
Reference in New Issue