7 lines
174 B
Text
7 lines
174 B
Text
# syntax = edrevo/dockerfile-plus
|
|
|
|
FROM node:16-bookworm-slim
|
|
|
|
INCLUDE+ Dockerfile.common
|
|
|
|
RUN python3 -m pip install --break-system-packages $PIP_PACKAGES $PIP_NEW_PACKAGES
|