+ chaining again pip upgrade & install because the cache should be already handled by docker

This commit is contained in:
nicobo 2021-01-20 18:06:37 +01:00
parent 14a324eac2
commit 1e232dea79
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -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