From d160d9b562fa4fdfcf26b6fb42b5b5ef6dd3ba56 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Sat, 3 Dec 2022 13:51:33 +0100 Subject: [PATCH] Use cache for pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55129b1..f6cd68c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ WORKDIR /app COPY . . -RUN pip install . +RUN --mount=type=cache,target=/tmp/pip pip install . --cache-dir /tmp/pip CMD python3 -m customiwmserver