FROM ubuntu:20.04
RUN apt-get update
RUN apt-get install -y build-essential
ENV TZ=Europe/Paris RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get install -y libcairo2-dev libpango1.0-dev
RUN apt-get update -yq
&& apt-get install curl gnupg -yq
&& curl -sL https://deb.nodesource.com/setup_16.x | bash
&& apt-get install nodejs -yq
Content type
Image
Digest
Size
217.3 MB
Last updated
over 4 years ago
docker pull webinage/node:16-ubuntu