From 8a0d15d86eb27d2204eccef5ca168918b795573c Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 30 Oct 2020 16:54:31 +0100 Subject: [PATCH] Added --upgrade flag to docker installation, fix GH-46 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04816f8..9d0b147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps \ linux-headers \ && \ pip3 install psutil && \ - pip3 install --no-cache-dir malojaserver && \ + pip3 install --upgrade --no-cache-dir malojaserver && \ apk del .build-deps EXPOSE 42010