thingsboard-developers
Changes
Dockerfile 4(+3 -1)
Details
Dockerfile 4(+3 -1)
diff --git a/Dockerfile b/Dockerfile
index 198fc64..fc39a2f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM maven:3.3.9
+FROM maven:3.6.0-jdk-8
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash -
@@ -6,6 +6,8 @@ RUN apt-get update -qq
RUN apt-get install -qq -y nodejs
+RUN apt-get install -qq -y gcc make libpng-dev
+
ADD . /application
WORKDIR /application