mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 21:36:03 +03:00
chore: implement Docker best practices, closes #1
This commit is contained in:
parent
8bea9da139
commit
ad3a95d539
@ -1,6 +1,6 @@
|
|||||||
FROM node:6-alpine
|
FROM node:6-alpine
|
||||||
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
||||||
|
|
||||||
ENV REFRESHED_AT 2017-08-14
|
ENV REFRESHED_AT 2017-09-08
|
||||||
RUN apk update && apk upgrade
|
|
||||||
RUN apk add git
|
RUN apk add --no-cache git
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Node.js with Git Dockerfile
|
# Node.js with Git Dockerfile
|
||||||
|
|
||||||
A minimal Dockerfile based on Node.js 6 LTS (Boron) branch (alpine) with the Git installed.
|
A minimal Dockerfile based on Node.js 6 LTS (Boron) branch (alpine) with Git installed.
|
||||||
|
|
||||||
## What's included
|
## What's included
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user