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