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