mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-09 04:46:24 +10:00
Fix build
This commit is contained in:
@@ -13,7 +13,7 @@ RUN mkdir -p /opt/hbase \
|
||||
&& cd /opt/hbase \
|
||||
&& curl -SL "http://apache.mirrors.pair.com/hbase/$HBASE_VERSION/hbase-$HBASE_VERSION-bin.tar.gz" -o hbase.tar.gz \
|
||||
&& tar xfvz hbase.tar.gz \
|
||||
rm -rf hbase.tar.gz
|
||||
&& rm -rf hbase.tar.gz
|
||||
|
||||
ADD hbase-site.xml /opt/hbase/hbase-$HBASE_VERSION/conf/hbase-site.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user