Browse Source

change to reduce the docker image by around 10 mb

pull/992/head
souhaiebtar 8 years ago
committed by GitHub
parent
commit
2aaa327ff3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker/tb/Dockerfile

4
docker/tb/Dockerfile

@ -20,5 +20,7 @@ ADD run-application.sh /run-application.sh
ADD thingsboard.deb /thingsboard.deb
RUN apt-get update \
&& apt-get install -y nmap \
&& apt-get install --no-install-recommends -y nmap \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/* \
&& chmod +x /run-application.sh

Loading…
Cancel
Save