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