Compare commits

...

1 commit

Author SHA1 Message Date
344eb94d3c remove more unneeded dependencies 2020-08-17 02:06:31 +02:00

View file

@ -4,7 +4,8 @@ RUN \
apt-get update \ apt-get update \
&& apt-get install --yes python3 git python3-pip libssl-dev libbz2-dev \ && apt-get install --yes python3 git python3-pip libssl-dev libbz2-dev \
&& pip3 install --no-cache-dir zeroc-ice python-daemon \ && 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 \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& useradd --system --no-create-home -U mumo && useradd --system --no-create-home -U mumo