summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-03-29 23:32:35 +0200
committerdrebs <drebs@leap.se>2017-04-05 21:13:04 +0200
commita95a015564b8704de4cbf55f6c7439fbecd457c4 (patch)
treec814aa84e934167120d3f0c1f61612cc0d768b22 /scripts
parent03e794b28db12b26342646d4d4d560d94a96d313 (diff)
Use $DOCKER_BUILD_OPTIONS for building
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Makefile b/scripts/docker/Makefile
index 7050526a..499b1a3f 100644
--- a/scripts/docker/Makefile
+++ b/scripts/docker/Makefile
@@ -30,7 +30,7 @@ MEMORY ?= 512m
all: soledad-image couchdb-image
soledad-image:
- docker build -t $(IMAGE_NAME) .
+ docker build ${DOCKER_BUILD_OPTS} -t $(IMAGE_NAME) .
couchdb-image:
(cd couchdb/ && make)