Base nodejs image with reviewdog binary
171
FROM node:10.16-slim
RUN apt-get update &&
apt-get install -y git wget --no-install-recommends &&
rm -rf /var/lib/apt/lists/*
RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s
Content type
Image
Digest
Size
85.9 MB
Last updated
almost 7 years ago
docker pull gustavolaux/node-reviewdog