add --no-install-recommends

This commit is contained in:
Davide Alberani 2017-11-29 22:21:15 +01:00
parent 3bbed99382
commit 87703557eb

View file

@ -8,7 +8,7 @@ VOLUME ["/eventman/data"]
RUN \ RUN \
apt-get update && \ apt-get update && \
apt-get -y install \ apt-get -y --no-install-recommends install \
python3-cups \ python3-cups \
python3-dateutil \ python3-dateutil \
python3-pip \ python3-pip \