Browse Source
change to reduce the docker image by around 10 mb
pull/992/head
souhaiebtar
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
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 |
|
|
|
|