FROM ubuntu:18.04
RUN set -ex \
&& sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
cdbs \
devscripts \
equivs \
fakeroot \
git \
curl \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& apt-get clean \
&& rm -rf /tmp/* /var/tmp/*
Content type
Image
Digest
Size
206.1 MB
Last updated
over 6 years ago
docker pull meetrix/debian-build-container