...
|
...
|
@@ -16,6 +16,8 @@ |
16
|
16
|
|
17
|
17
|
FROM thingsboard/openjdk11
|
18
|
18
|
|
|
19
|
+RUN echo 'networkaddress.cache.ttl=60' >> /etc/java-11-openjdk/security/java.security
|
|
20
|
+
|
19
|
21
|
COPY start-tb-node.sh ${pkg.name}.deb /tmp/
|
20
|
22
|
|
21
|
23
|
RUN chmod a+x /tmp/*.sh \
|
...
|
...
|
|