From 7f6b49cdf348e10949d541c453cac12d5487c5fe Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 14 Aug 2023 13:18:30 -0300 Subject: [PATCH] [CI/CD] More adjusts to dev images creation - Silly PEP 668 issue --- tools/dev_image_k6/Dockerfile | 6 +++--- tools/dev_image_k6f/Dockerfile | 6 +++--- tools/dev_image_k7/Dockerfile | 6 +++--- tools/dev_image_k7f/Dockerfile | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/dev_image_k6/Dockerfile b/tools/dev_image_k6/Dockerfile index 98a7b408..c39ad35a 100644 --- a/tools/dev_image_k6/Dockerfile +++ b/tools/dev_image_k6/Dockerfile @@ -7,11 +7,11 @@ RUN dpkg --remove kicost kibot && \ apt-get -y install --no-install-recommends curl unzip python3-pip && \ curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ unzip pp.zip && \ - pip3 install --no-compile KiBot-dev/ && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ rm -rf KiBot-dev pp.zip && \ curl https://codeload.github.com/hildogjr/KiCost/zip/refs/heads/master --output pp.zip && \ unzip pp.zip && \ - pip3 install KiCost-master/ && \ + pip3 install --break-system-packages KiCost-master/ && \ apt-get -y remove curl unzip python3-pip && \ rm -rf KiCost-master pp.zip && \ rm -rf /var/lib/apt/lists/* @@ -20,5 +20,5 @@ RUN dpkg --remove kicost kibot && \ # dpkg --remove kiauto && \ # curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ # unzip pp.zip && \ -# pip3 install KiAuto-master/ && \ +# pip3 install --break-system-packages KiAuto-master/ && \ # rm -rf KiAuto-master/ pp.zip && \ diff --git a/tools/dev_image_k6f/Dockerfile b/tools/dev_image_k6f/Dockerfile index c16e692b..418f127c 100644 --- a/tools/dev_image_k6f/Dockerfile +++ b/tools/dev_image_k6f/Dockerfile @@ -6,11 +6,11 @@ RUN dpkg --remove kicost kibot && \ apt-get update && \ curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ unzip pp.zip && \ - pip3 install --no-compile KiBot-dev/ && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ rm -rf KiBot-dev pp.zip && \ curl https://codeload.github.com/hildogjr/KiCost/zip/refs/heads/master --output pp.zip && \ unzip pp.zip && \ - pip3 install KiCost-master/ && \ + pip3 install --break-system-packages KiCost-master/ && \ rm -rf KiCost-master pp.zip && \ rm -rf /var/lib/apt/lists/* @@ -18,5 +18,5 @@ RUN dpkg --remove kicost kibot && \ # dpkg --remove kiauto && \ # curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ # unzip pp.zip && \ -# pip3 install KiAuto-master/ && \ +# pip3 install --break-system-packages KiAuto-master/ && \ # rm -rf KiAuto-master/ pp.zip && \ diff --git a/tools/dev_image_k7/Dockerfile b/tools/dev_image_k7/Dockerfile index 58afcdbd..8158f102 100644 --- a/tools/dev_image_k7/Dockerfile +++ b/tools/dev_image_k7/Dockerfile @@ -7,11 +7,11 @@ RUN dpkg --remove kicost kibot && \ apt-get -y install --no-install-recommends curl unzip python3-pip && \ curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ unzip pp.zip && \ - pip3 install --no-compile KiBot-dev/ && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ rm -rf KiBot-dev pp.zip && \ curl https://codeload.github.com/hildogjr/KiCost/zip/refs/heads/master --output pp.zip && \ unzip pp.zip && \ - pip3 install KiCost-master/ && \ + pip3 install --break-system-packages KiCost-master/ && \ apt-get -y remove curl unzip python3-pip && \ rm -rf KiCost-master pp.zip && \ rm -rf /var/lib/apt/lists/* @@ -20,5 +20,5 @@ RUN dpkg --remove kicost kibot && \ # dpkg --remove kiauto && \ # curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ # unzip pp.zip && \ -# pip3 install KiAuto-master/ && \ +# pip3 install --break-system-packages KiAuto-master/ && \ # rm -rf KiAuto-master/ pp.zip && \ diff --git a/tools/dev_image_k7f/Dockerfile b/tools/dev_image_k7f/Dockerfile index cc1acc01..0ecaecef 100644 --- a/tools/dev_image_k7f/Dockerfile +++ b/tools/dev_image_k7f/Dockerfile @@ -6,11 +6,11 @@ RUN dpkg --remove kicost kibot && \ apt-get update && \ curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ unzip pp.zip && \ - pip3 install --no-compile KiBot-dev/ && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ rm -rf KiBot-dev pp.zip && \ curl https://codeload.github.com/hildogjr/KiCost/zip/refs/heads/master --output pp.zip && \ unzip pp.zip && \ - pip3 install KiCost-master/ && \ + pip3 install --break-system-packages KiCost-master/ && \ rm -rf KiCost-master pp.zip && \ rm -rf /var/lib/apt/lists/* @@ -18,5 +18,5 @@ RUN dpkg --remove kicost kibot && \ # dpkg --remove kiauto && \ # curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ # unzip pp.zip && \ -# pip3 install KiAuto-master/ && \ +# pip3 install --break-system-packages KiAuto-master/ && \ # rm -rf KiAuto-master/ pp.zip && \