change to reduce the docker image by around 10 mb

This commit is contained in:
souhaiebtar 2018-08-06 10:52:37 +01:00 committed by GitHub
parent a069e9bbac
commit 2aaa327ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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