mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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.
|
# See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
VERSION := $(shell cat ../VERSION)
|
VERSION := $(shell cat ../VERSION)
|
||||||
DOCKER ?= docker
|
|
||||||
BUILD_IMAGE := zeek-builder:$(VERSION)
|
BUILD_IMAGE := zeek-builder:$(VERSION)
|
||||||
BUILD_CONTAINER := zeek-builder-container-$(VERSION)
|
BUILD_CONTAINER := zeek-builder-container-$(VERSION)
|
||||||
ZEEK_IMAGE ?= zeek:$(VERSION)"
|
ZEEK_IMAGE ?= zeek:$(VERSION)
|
||||||
BUILD_DIR ?= build-docker
|
BUILD_DIR ?= build-docker
|
||||||
ZEEK_CONFIGURE_FLAGS ?= \
|
ZEEK_CONFIGURE_FLAGS ?= \
|
||||||
--build-dir=$(BUILD_DIR) \
|
--build-dir=$(BUILD_DIR) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue