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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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