diff --git a/Dockerfile b/Dockerfile index 09676ae..3b6cb7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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