Skip to content

Commit

Permalink
do not quote OPENSIPS_EXTRA_MODULES
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 19, 2023
1 parent 533fd03 commit 47002b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
--build-arg=OPENSIPS_VERSION_MINOR=$(OPENSIPS_VERSION_MINOR) \
--build-arg=OPENSIPS_VERSION_REVISION=$(OPENSIPS_VERSION_REVISION) \
--build-arg=OPENSIPS_CLI=${OPENSIPS_CLI} \
--build-arg=OPENSIPS_EXTRA_MODULES="${OPENSIPS_EXTRA_MODULES}" \
--build-arg=OPENSIPS_EXTRA_MODULES=$(OPENSIPS_EXTRA_MODULES) \
$(DOCKER_ARGS) \
--tag="opensips/opensips:$(OPENSIPS_DOCKER_TAG)" \
.
Expand Down

0 comments on commit 47002b8

Please sign in to comment.