docker-debian-python-deb/Dockerfile.debian11
2023-07-19 18:25:00 +02:00

8 lines
120 B
Docker

# syntax = edrevo/dockerfile-plus
FROM debian:11
INCLUDE+ Dockerfile.common
RUN python3 -m pip install $PIP_PACKAGES