From 27c65703bc57333f0c5dfef9d4cd49d9416b1d36 Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 24 Oct 2020 23:50:04 +0200 Subject: [PATCH] Update Dockerfile Avoid caching, GH-41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44c6960..04816f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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