From f2f60ed9e2ee36d79aa338d29c2c7e271ca18553 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 16 Aug 2020 23:08:14 +0200 Subject: [PATCH] Add missing dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5857bb..a7ff738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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