From cba3a4da607af599e8171a34c3fe37587eac121d Mon Sep 17 00:00:00 2001 From: Jon Herron Date: Fri, 8 Dec 2023 10:52:44 -0500 Subject: [PATCH] Bump SpiffWorkflow, update commands for new debian --- dev/Dockerfile | 4 ++-- dev/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index ccaecfe..02f4c23 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -8,7 +8,7 @@ RUN \ python3 python3-pip python3-venv python-is-python3 RUN rustup component add rustfmt -RUN python -m pip install --upgrade pip +RUN python -m pip install --break-system-packages --upgrade pip WORKDIR /module @@ -16,7 +16,7 @@ COPY dev/requirements.txt . RUN \ --mount=type=cache,target=/var/cache/pip \ - pip install -r requirements.txt + pip install --break-system-packages -r requirements.txt COPY module/ ./ diff --git a/dev/requirements.txt b/dev/requirements.txt index ed9f6be..ced9607 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,2 +1,2 @@ -https://github.com/sartography/SpiffWorkflow/archive/085bd0d8fb04dcaffcf4ae4ef4e917283f81280e.tar.gz +https://github.com/sartography/SpiffWorkflow/archive/1f8cffb4777b6087bd56736270e32bddb20a466f.tar.gz maturin