Add missing dependencies
This commit is contained in:
parent
b3c299ffdc
commit
f2f60ed9e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue