Browse Source

remove deps

Davide Alberani 5 years ago
parent
commit
2b00a22dca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,7 +9,6 @@ RUN \
 	apt-get update && \
 	apt-get -y --no-install-recommends install \
 		nodejs \
-		npm \
 		python3-pymongo \
 		python3-tornado && \
 	rm -rf /var/lib/apt/lists/*