change to reduce the docker image by around 10 mb
This commit is contained in:
parent
a069e9bbac
commit
2aaa327ff3
@ -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…
x
Reference in New Issue
Block a user