Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 28, 2018
1 parent c8d12ba commit 45e8aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN set -euxo pipefail && \
ln -sv "hbase-$HBASE_VERSION" hbase && \
rm -fv "hbase-$HBASE_VERSION-bin.tar.gz" && \
{ rm -rf hbase/{docs,src}; : ; } && \
mkdir /hbase-data && \
apk del tar wget

VOLUME /hbase-data
Expand Down

0 comments on commit 45e8aed

Please sign in to comment.