dockerfiles/dnsdist/Makefile

9 lines
84 B
Makefile

all: pull build
pull:
docker pull alpine:edge
build:
docker build -t dnsdist .