diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 87038585..6026db15 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,7 @@ FROM centos:7 LABEL daisy_image_version=1.0 -ENV BRANCH=$BRANCH +ARG BRANCH +ENV BRANCH=${BRANCH:-master} RUN yum -y update RUN yum -y install centos-release-openstack-newton RUN yum -y install \ |