Added --upgrade flag to docker installation, fix GH-46

This commit is contained in:
krateng
2020-10-30 16:54:31 +01:00
committed by GitHub
parent ac29f9728e
commit 8a0d15d86e
+1 -1
View File
@@ -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