Add missing dependencies

This commit is contained in:
paul 2020-08-16 23:08:14 +02:00
parent b3c299ffdc
commit f2f60ed9e2

View file

@ -3,7 +3,7 @@ FROM debian:buster
RUN \
apt-get update \
&& apt-get install --yes python3 git python3-pip libssl-dev libbz2-dev \
&& pip3 install --no-cache-dir zeroc-ice \
&& pip3 install --no-cache-dir zeroc-ice python-daemon \
&& apt-get purge --yes libssl-dev libbz2-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& useradd --system --no-create-home -U mumo