10 lines
197 B
Text
10 lines
197 B
Text
# syntax = edrevo/dockerfile-plus
|
|
|
|
FROM debian:10-slim
|
|
|
|
INCLUDE+ Dockerfile.common.init
|
|
|
|
RUN python3 -m pip install -U pip && \
|
|
python3 -m pip install $PIP_PACKAGES
|
|
|
|
INCLUDE+ Dockerfile.common
|