coyote/dockerfiles/Makefile

7 lines
120 B
Makefile
Raw Permalink Normal View History

all: zlint
ZLINT=3.3.0
zlint:
docker build --build-arg ZLINT=${ZLINT} -t zerotier/zlint:latest -f Dockerfile.zlint .