Skip to content

Commit

Permalink
Issue #2100 Extending docker config by RocksDB dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vogel76 authored and mvandeberg committed Mar 21, 2018
1 parent 03e1303 commit 6d5e912
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ RUN \
jq \
wget \
gdb \
libgflags-dev \
libsnappy-dev \
zlib1g-dev \
libbz2-dev \
liblz4-dev \
libzstd-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
Expand Down Expand Up @@ -192,6 +198,12 @@ RUN \
python-dev \
python2.7-dev \
python3-dev \
libgflags-dev \
libsnappy-dev \
zlib1g-dev \
libbz2-dev \
liblz4-dev \
libzstd-dev \
&& \
apt-get autoremove -y && \
rm -rf \
Expand Down

0 comments on commit 6d5e912

Please sign in to comment.