Skip to content
Snippets Groups Projects
Commit 8cdb6435 authored by Roang's avatar Roang
Browse files

Update meta build image

parent 361c7e2f
No related branches found
No related tags found
No related merge requests found
FROM python:3.11-bookworm FROM python:3.11-bookworm
RUN apt update && apt install -y gettext gdal-bin iputils-ping RUN apt update && apt install -y gettext gdal-bin iputils-ping && \
pip install -U pdm
COPY requirements.txt requirements.dev.txt / ENV PDM_CHECK_UPDATE=false
RUN pip3 install -r /requirements.txt -r /requirements.dev.txt "psycopg[binary]"
COPY pyproject.toml pdm.lock README.md /project/
WORKDIR /project/
RUN pdm install -d --check --no-editable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment