Skip to content

Commit

Permalink
fix: missing gdl dep for arm arch
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-roudaut-crea committed Dec 1, 2023
1 parent d6547f7 commit e767bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG DEPS=build
FROM python:3.9-bullseye AS build

ENV PIP_ROOT_USER_ACTION=ignore
RUN apt-get update && apt-get install --yes libgdal-dev
RUN --mount=type=cache,target=/root/.cache \
pip install --upgrade pip setuptools wheel

Expand Down Expand Up @@ -54,6 +55,8 @@ FROM python:3.9-bullseye AS app
WORKDIR /dist/

ENV PIP_ROOT_USER_ACTION=ignore

RUN apt-get update && apt-get install --yes libgdal-dev
RUN --mount=type=cache,target=/root/.cache \
pip install --upgrade pip setuptools wheel

Expand Down

0 comments on commit e767bb3

Please sign in to comment.