.PHONY: build

build:
	docker build -t opencurvedocker/curve-base:debian9 .
