From 5c8066757f522daf7511e081b577a8dd364a5076 Mon Sep 17 00:00:00 2001 From: maikkeli Date: Thu, 28 Jan 2016 00:45:54 +1030 Subject: [PATCH] fix example --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 656ae5d..abc0e8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN git clone https://github.com/ledgersmb/LedgerSMB.git ledgersmb # if that branch/tag has already been cached. # # As a hack to reliably use a branch (eg, master), try the following: -# docker build --build-arg CACHEBREAK="$(date)" LSMB_VERSION=master ./ +# docker build --build-arg CACHEBREAK="$(date)" --build-arg LSMB_VERSION=master ./ ARG CACHEBREAK ARG LSMB_VERSION=1.5.0-beta3 ENV LSMB_VERSION ${LSMB_VERSION}