docker-debian-python-deb/Dockerfile.debian11

8 lines
150 B
Docker
Raw Normal View History

2023-07-19 18:23:08 +02:00
# syntax = edrevo/dockerfile-plus
FROM node:16-bullseye-slim
2023-07-19 18:23:08 +02:00
INCLUDE+ Dockerfile.common
2024-06-27 11:48:14 +02:00
RUN python3 -m pip install $PIP_PACKAGES $PIP_NEW_PACKAGES