Add upstream URL

This commit is contained in:
Mathijs van Gorcum 2018-07-20 01:20:43 +02:00 committed by GitHub
parent 54087bdf83
commit 734f985b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
FROM node:9.11.2-alpine
LABEL maintainer="Andreas Peters <support@aventer.biz>"
#Upstream URL: https://git.aventer.biz/AVENTER/docker-matrix-dimension
RUN apk update && \
apk add bash gcc python make g++ sqlite && \
mkdir /home/node/.npm-global && \