Skip to content

Commit

Permalink
Patch Kapitan in Commodore Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Sep 18, 2023
1 parent 2ed99cd commit b157eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY pyproject.toml poetry.lock ./

RUN poetry config virtualenvs.create false \
&& poetry install --no-dev --no-root
&& poetry install --no-dev --no-root \
&& curl -L \
https://raw.githubusercontent.com/projectsyn/reclass-rs/main/hack/kapitan_0.32_reclass_rs.patch \
| patch -p1 -d /usr/local/lib/python3.11/site-packages/kapitan

COPY . ./

Expand Down

0 comments on commit b157eaa

Please sign in to comment.