remove deps

This commit is contained in:
Davide Alberani 2018-11-02 16:46:20 +01:00
parent d1e2fdbb31
commit 2b00a22dca

View file

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