From 1e232dea794221dd6755478dec429a74f1891c8d Mon Sep 17 00:00:00 2001 From: nicobo Date: Wed, 20 Jan 2021 18:06:37 +0100 Subject: [PATCH] + chaining again pip upgrade & install because the cache should be already handled by docker --- debian-signal.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-signal.Dockerfile b/debian-signal.Dockerfile index e3693df..2c501fb 100644 --- a/debian-signal.Dockerfile +++ b/debian-signal.Dockerfile @@ -63,8 +63,8 @@ RUN ./build.sh # The 'qr' command is used in the process of linking the machine with a Signal account # --> Built files are put in /root/.local -RUN python3 -m pip install --no-cache-dir --user --upgrade pip -RUN python3 -m pip install --no-cache-dir --user qrcode[pil] +RUN python3 -m pip install --no-cache-dir --user --upgrade pip && \ + python3 -m pip install --no-cache-dir --user qrcode[pil] # Signal unpacking WORKDIR /root