Bare minimum Node.js + common CI tools images based on debian:jessie
10K+
# boilerplate
FROM kilianciuffolo/node:__VERSION__
MAINTAINER [email protected]
ENV DEBIAN_FRONTEND noninteractive
# pkgs
RUN \
apt-get update && \
apt-get install --no-install-recommends -y -q \
awscli \
graphicsmagick \
libpng-dev \
ssh \
&& \
apt-get clean autoclean && \
apt-get autoremove -y && \
rm -rf /var/lib/{apt,dpkg,cache,log}/
Content type
Image
Digest
Size
194.9 MB
Last updated
about 10 years ago
docker pull kilianciuffolo/wercker:6.6.0