add gfortran for amd64 builds
This commit is contained in:
parent
0507c193d3
commit
e37eed1296
|
@ -111,6 +111,7 @@ ENV PATH="/venv/bin:$PATH"
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache gfortran
|
||||
RUN --mount=type=cache,target=~/.cache/pip; \
|
||||
set -eux; \
|
||||
pip3 install --no-deps --editable .
|
||||
|
|
Loading…
Reference in New Issue