docker-node-alpine-git-gyp/Dockerfile

7 lines
154 B
Docker
Raw Normal View History

2017-06-29 19:35:47 +03:00
FROM node:6-alpine
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
ENV REFRESHED_AT 2017-07-12
2017-06-29 19:35:47 +03:00
RUN apk update && apk upgrade
RUN apk add git