remove more unneeded dependencies
This commit is contained in:
parent
60e6fc5fca
commit
2f650d1a99
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@ FROM debian:buster
|
|||
|
||||
RUN \
|
||||
apt-get update \
|
||||
&& apt-get install --yes python3 git python3-pip libssl-dev libbz2-dev \
|
||||
&& apt-get install --yes -qq python3 git python3-pip libssl-dev libbz2-dev \
|
||||
&& pip3 install --no-cache-dir zeroc-ice python-daemon \
|
||||
&& apt-get purge --yes libssl-dev libbz2-dev \
|
||||
&& apt-get purge --yes libssl-dev libbz2-dev python3-pip \
|
||||
&& apt-get autoremove --yes \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& useradd --system --no-create-home -U mumo
|
||||
|
||||
|
|
Loading…
Reference in a new issue