Skip to content

Commit

Permalink
use same pip lock file for both platforms to speedup build
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Mar 16, 2024
1 parent 00210d3 commit ab63fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /gslist

RUN make

FROM python:3.12 AS requirements-stage
FROM --platform=$BUILDPLATFORM python:3.12 AS requirements-stage
WORKDIR /tmp

RUN pip install poetry poetry-plugin-export
Expand Down

0 comments on commit ab63fb0

Please sign in to comment.