Make MW_VERSION a build arg so it can be overriden at build time
This commit is contained in:
@@ -8,7 +8,7 @@ MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
|
|||||||
# Install ImageMagick
|
# Install ImageMagick
|
||||||
RUN apt-get -y update && apt-get -y install imagemagick
|
RUN apt-get -y update && apt-get -y install imagemagick
|
||||||
|
|
||||||
ENV MW_VERSION REL1_29
|
ARG MW_VERSION=REL1_29
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user