fix quotes

This commit is contained in:
maikkeli 2016-01-28 00:42:26 +10:30
parent 6fe549f92e
commit 0f916251aa

View File

@ -52,7 +52,7 @@ RUN git clone https://github.com/ledgersmb/LedgerSMB.git ledgersmb
# if that branch/tag has already been cached. # if that branch/tag has already been cached.
# #
# As a hack to reliably use a branch (eg, master), try the following: # 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)" LSMB_VERSION=master ./
ARG CACHEBREAK ARG CACHEBREAK
ARG LSMB_VERSION=1.5.0-beta3 ARG LSMB_VERSION=1.5.0-beta3
ENV LSMB_VERSION ${LSMB_VERSION} ENV LSMB_VERSION ${LSMB_VERSION}