dockerfiles/dnsdist/Makefile
2021-05-06 20:51:46 +02:00

9 lines
84 B
Makefile

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