mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 03:14:08 +02:00
+ chaining again pip upgrade & install because the cache should be already handled by docker
This commit is contained in:
parent
14a324eac2
commit
1e232dea79
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue