Skip to content

Commit

Permalink
Only install dev packages in dev container layer
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Aug 20, 2024
1 parent 1297a72 commit 5dcad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WORKDIR /pixelator
COPY ./ /pixelator
COPY .git /pixelator/.git

RUN poetry export --output requirements.txt --without-hashes --no-interaction --no-ansi --with dev
RUN poetry export --output requirements.txt --without-hashes --no-interaction --no-ansi --only dev

RUN pip3.11 install -r requirements.txt && rm requirements.txt

0 comments on commit 5dcad08

Please sign in to comment.