Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 71e99c08de89350fe5bcd4181d41a6c17d3b256f (plain)
1
2
3
4
5
6
7
8
FROM debian:unstable

RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
  ca-certificates \
  nodejs \
  npm \
  git \
  && rm -rf /var/lib/apt/lists/*