add --no-install-recommends
This commit is contained in:
parent
3bbed99382
commit
87703557eb
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue