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