Skip to content

Instantly share code, notes, and snippets.

FROM debian:bookworm-slim
ENV DEBIAN_FRONTEND noninteractive
ARG APT_PY_VERSION=3.11
ARG ALT_PY_VERSION=3.11.8
ARG PIP_BUILD_DEPENDENCIES=" \
build-essential \
clang-15 \
python$APT_PY_VERSION-dev \
libcap-dev"