Compare commits

..

1 commit

Author SHA1 Message Date
4162d04c2d remove more unneeded dependencies 2020-08-17 02:01:52 +02:00

View file

@ -5,7 +5,6 @@ RUN \
&& 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 python3-pip \ && 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