docker-debian-python-deb/Dockerfile.debian10

9 lines
159 B
Docker

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