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

Update Dockerfile

Avoid caching, GH-41
This commit is contained in:
krateng 2020-10-24 23:50:04 +02:00 committed by GitHub
parent 0f10f278b5
commit 27c65703bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps \
linux-headers \
&& \
pip3 install psutil && \
pip3 install malojaserver && \
pip3 install --no-cache-dir malojaserver && \
apk del .build-deps
EXPOSE 42010