install wget

This commit is contained in:
jon-wei 2017-10-17 16:04:25 -07:00
parent 55ea163bb5
commit 8d1d5ec681
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y openjdk-8-jdk
# wget
RUN apt-get install -y wget
# MySQL (Metadata store)
RUN apt-get install -y mysql-server