Commit 2aaa327ff39889684e1e46cda476968309a56df5

Authored by souhaiebtar
Committed by GitHub
1 parent a069e9bb

change to reduce the docker image by around 10 mb

Showing 1 changed file with 3 additions and 1 deletions
... ... @@ -20,5 +20,7 @@ ADD run-application.sh /run-application.sh
20 20 ADD thingsboard.deb /thingsboard.deb
21 21
22 22 RUN apt-get update \
23   - && apt-get install -y nmap \
  23 + && apt-get install --no-install-recommends -y nmap \
  24 + && apt-get clean \
  25 + && rm -r /var/lib/apt/lists/* \
24 26 && chmod +x /run-application.sh
... ...