mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
isso: use ARG
This commit is contained in:
parent
af9fdc4022
commit
8ed0c58dbe
@ -1,7 +1,9 @@
|
||||
FROM alpine:3.3
|
||||
MAINTAINER Wonderfall <wonderfall@mondedie.fr>
|
||||
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user