8 lines
144 B
Text
8 lines
144 B
Text
|
# syntax = edrevo/dockerfile-plus
|
||
|
|
||
|
FROM debian:12
|
||
|
|
||
|
INCLUDE+ Dockerfile.common
|
||
|
|
||
|
RUN python3 -m pip install --break-system-packages $PIP_PACKAGES
|