remove more unneeded dependencies
This commit is contained in:
parent
60e6fc5fca
commit
4162d04c2d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN \
|
|||
apt-get update \
|
||||
&& apt-get install --yes 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 clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& useradd --system --no-create-home -U mumo
|
||||
|
||||
|
|
Loading…
Reference in a new issue