8 lines
187 B
Text
8 lines
187 B
Text
# syntax = edrevo/dockerfile-plus
|
|
|
|
FROM node:16-buster-slim
|
|
|
|
INCLUDE+ Dockerfile.common
|
|
|
|
RUN python3 -m pip install -U pip && \
|
|
python3 -m pip install $PIP_PACKAGES $PIP_NEW_PACKAGES
|