Added librocksdb

This commit is contained in:
Yuriy Glukhov 2018-07-04 15:59:14 +03:00
parent 19742e0a7e
commit 212bf41af0
1 changed files with 1 additions and 1 deletions

View File

@ -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" \