python3.10 + node12.22.9 + nginx/1.18.0
98
FROM python:3.10
MAINTAINER LipLing
ENV PYTHONUNBUFFERED 1
RUN wget https://nodejs.org/dist/v12.22.9/node-v12.22.9-linux-x64.tar.xz &&
tar xf node-v12.22.9-linux-x64.tar.xz -C /opt/ &&
npm install [email protected] -g --registry=https://registry.npmmirror.com
ENV PATH=$PATH:/opt/node-v12.22.9-linux-x64/bin
Content type
Image
Digest
sha256:8d50d05ed…
Size
437.2 MB
Last updated
over 3 years ago
docker pull lipling/python-node:v2