remove more unneeded dependencies

This commit is contained in:
paul 2020-08-17 02:01:52 +02:00
parent 60e6fc5fca
commit 4162d04c2d

View file

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