We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f86b4 commit 2a31377Copy full SHA for 2a31377
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:3.12-bullseye AS base
+FROM python:3.13-slim-bookworm AS base
2
3
RUN apt-get update \
4
- && apt-get install -y --no-install-recommends libudunits2-dev gdb \
+ && apt-get install -y --no-install-recommends libudunits2-dev git \
5
&& rm -rf /var/lib/apt/lists/* \
6
&& mkdir -p /app/src/processing/ \
7
&& echo '__version__ = "0.0.0"' > /app/src/processing/version.py
0 commit comments