docker-node-alpine-git-gyp/12/Dockerfile

12 lines
192 B
Docker
Raw Normal View History

2020-06-07 01:53:23 +03:00
FROM node:erbium-alpine
LABEL maintainer "Tim Brust <github@timbrust.de>"
2017-06-29 19:35:47 +03:00
2018-03-08 13:28:28 +03:00
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT
2017-12-12 20:47:33 +03:00
RUN apk add --no-cache \
git \
openssh
2020-06-07 03:01:57 +03:00
RUN npm install -g yarn