Skip to content

Commit

Permalink
Remove python requirements from docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Dec 26, 2024
1 parent 2e44db0 commit 4b11953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ COPY --from=ghcr.io/kyverno/kyverno-cli:v1.13.2 /ko-app/kubectl-kyverno
COPY --from=docker.io/alpine/helm:3.16.4 /usr/bin/helm /usr/local/bin/helm
COPY --from=ghcr.io/fluxcd/flux-cli:v2.4.0 /usr/local/bin/flux /usr/local/bin/flux

COPY requirements_dev.txt /src/
RUN pip3 install -r /src/requirements_dev.txt

SHELL ["/bin/bash", "-c"]

0 comments on commit 4b11953

Please sign in to comment.