mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
docker/Makefile: Remove stray quotes, unused DOCKER
This commit is contained in:
parent
357bdc71ad
commit
2ceaf271f2
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
# See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
VERSION := $(shell cat ../VERSION)
|
||||
DOCKER ?= docker
|
||||
BUILD_IMAGE := zeek-builder:$(VERSION)
|
||||
BUILD_CONTAINER := zeek-builder-container-$(VERSION)
|
||||
ZEEK_IMAGE ?= zeek:$(VERSION)"
|
||||
ZEEK_IMAGE ?= zeek:$(VERSION)
|
||||
BUILD_DIR ?= build-docker
|
||||
ZEEK_CONFIGURE_FLAGS ?= \
|
||||
--build-dir=$(BUILD_DIR) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue