Sign inSign up

webinage/node

By webinage

Updated over 4 years ago

Image
0

478

webinage/node repository overview

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

Tag summary

Content type

Image

Digest

Size

217.3 MB

Last updated

over 4 years ago

docker pull webinage/node:16-ubuntu