Commit cc873d4fdf41e42768495265dddb9bffd6198e11

Authored by Igor Kulikov
1 parent 9a5e4db8

Use JDK instead of JRE in docker images

... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 COPY start-tb-node.sh ${pkg.name}.deb /tmp/
20 20
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 RUN apt-get update
20 20 RUN apt-get install -y curl nmap procps
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 RUN apt-get update
20 20 RUN apt-get install -y postgresql postgresql-contrib
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 COPY logback.xml ${pkg.name}.conf start-db.sh stop-db.sh start-tb.sh upgrade-tb.sh install-tb.sh ${pkg.name}.deb /tmp/
20 20
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 COPY logback.xml ${pkg.name}.conf start-tb-coap-transport.sh ${pkg.name}.deb /tmp/
20 20
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 COPY logback.xml ${pkg.name}.conf start-tb-http-transport.sh ${pkg.name}.deb /tmp/
20 20
... ...
... ... @@ -14,7 +14,7 @@
14 14 # limitations under the License.
15 15 #
16 16
17   -FROM openjdk:8-jre
  17 +FROM openjdk:8-jdk
18 18
19 19 COPY logback.xml ${pkg.name}.conf start-tb-mqtt-transport.sh ${pkg.name}.deb /tmp/
20 20
... ...