aboutsummaryrefslogtreecommitdiff
path: root/docker/conflate.Dockerfile
blob: 95b28f16eff291d815a3d49baf2ff627d4461d54 (plain) (blame)
1
2
3
4
5
6
7
FROM debian:buster-slim
RUN apt-get -y update && apt-get -y install curl gnupg make
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get -y update && apt-get -y install nodejs yarn