1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Merge branch 'master' of github.com:krateng/maloja

This commit is contained in:
Krateng 2020-10-31 19:58:08 +01:00
commit 9a6617b4b1

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