Compare commits

..

1 commit

Author SHA1 Message Date
2f650d1a99 remove more unneeded dependencies 2020-08-17 02:19:24 +02:00

View file

@ -2,10 +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 python3-pip \
&& apt-get autoremove \
&& apt-get autoremove --yes \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& useradd --system --no-create-home -U mumo