Merge pull request #992 from souhaiebtar/patch-1
change to reduce the docker image by around 10 mb
This commit is contained in:
commit
a661f20859
@ -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