From 8ed0c58dbe0e6776b75518deb81461d02b2f9b1f Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 11 Apr 2016 16:16:56 +0200 Subject: [PATCH] isso: use ARG --- isso/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/isso/Dockerfile b/isso/Dockerfile index f2ead7a..66780c9 100644 --- a/isso/Dockerfile +++ b/isso/Dockerfile @@ -1,7 +1,9 @@ FROM alpine:3.3 MAINTAINER Wonderfall -ENV ISSO_VER=0.10.2 GID=1000 UID=1000 +ARG ISSO_VER=0.10.2 + +ENV GID=1000 UID=1000 RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ && echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \