Skip to content

Commit

Permalink
build(docker): update location of requirements.txt in build image doc…
Browse files Browse the repository at this point in the history
…kerfile (#3071)
  • Loading branch information
hairyhum authored Aug 28, 2024
1 parent 195bb1b commit 3183273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN GOBIN=/usr/local/bin go install github.com/ahmetb/gen-crd-api-reference-docs

RUN apt-get update && apt-get install -y pip

COPY docker/build/requirements.txt requirements.txt
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

RUN apt-get install -y vim
Expand Down

0 comments on commit 3183273

Please sign in to comment.