dockerfiles/dnsdist/Makefile

9 lines
84 B
Makefile
Raw Normal View History

2021-05-06 18:51:46 +00:00
all: pull build
pull:
docker pull alpine:edge
build:
docker build -t dnsdist .