docker-php-pre-commit/Dockerfile.debian12
2024-02-29 20:05:17 +01:00

10 lines
182 B
Docker

# syntax = edrevo/dockerfile-plus
FROM debian:12-slim
INCLUDE+ Dockerfile.common.init
RUN python3 -m pip install --break-system-packages $PIP_PACKAGES
INCLUDE+ Dockerfile.common