eccrypto/.buildbot/node/Dockerfile

12 lines
180 B
Docker

FROM node:16
RUN apt-get update
RUN apt-get install -yq --no-install-suggests --no-install-recommends xauth xvfb
RUN mkdir -p ../out
COPY . .
RUN npm install
RUN npm audit fix