mirror of https://github.com/apache/druid.git
install wget
This commit is contained in:
parent
55ea163bb5
commit
8d1d5ec681
|
@ -8,6 +8,9 @@ RUN apt-get update \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y openjdk-8-jdk
|
&& apt-get install -y openjdk-8-jdk
|
||||||
|
|
||||||
|
# wget
|
||||||
|
RUN apt-get install -y wget
|
||||||
|
|
||||||
# MySQL (Metadata store)
|
# MySQL (Metadata store)
|
||||||
RUN apt-get install -y mysql-server
|
RUN apt-get install -y mysql-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue