summaryrefslogtreecommitdiffstats
path: root/tests/docker-centos-7/Makefile
blob: 619f3f241f03b8f8f3d5677262dddc04a766b135 (plain)
1
2
3
4
5
6
TAG :=	suricata-update/tests/centos-7

all:
	docker build -t $(TAG) -f Dockerfile ../..
	docker run --rm -it $(TAG)