Browse Source

docker: removed as it exists in the latest base image openjdk11:bullseye-slim: echo 'networkaddress.cache.ttl=60' >> /etc/java-11-openjdk/security/java.security

pull/9481/head
Sergey Matvienko 3 years ago
parent
commit
0188efce7e
  1. 3
      msa/tb-node/docker/Dockerfile

3
msa/tb-node/docker/Dockerfile

@ -18,8 +18,7 @@ FROM thingsboard/openjdk11:bullseye-slim
COPY start-tb-node.sh ${pkg.name}.deb /tmp/
RUN echo 'networkaddress.cache.ttl=60' >> /etc/java-11-openjdk/security/java.security \
&& chmod a+x /tmp/*.sh \
RUN chmod a+x /tmp/*.sh \
&& mv /tmp/start-tb-node.sh /usr/bin && \
(yes | dpkg -i /tmp/${pkg.name}.deb) && \
rm /tmp/${pkg.name}.deb && \

Loading…
Cancel
Save