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