From ccc09293c4d8119cb5f49bec9c9dc0aebb949cfe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Oct 2017 15:05:29 -0700 Subject: Updated linux Makefile to use alpine. --- linux/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index cec1db797..4e8eeb00a 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -4,15 +4,15 @@ REVISION?=1 build: mkdir -p $(ARTIFACTS) - docker build -t debian-pandoc . + docker build -t alpine-pandoc . docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \ - -v $(ARTIFACTS):/artifacts debian-pandoc + -v $(ARTIFACTS):/artifacts alpine-pandoc interact: docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \ - -v $(ARTIFACTS):/artifacts -it debian-pandoc bash + -v $(ARTIFACTS):/artifacts -it alpine-pandoc bash setup: - docker pull debian:jessie + docker pull alpine:edge .PHONY: build setup interact -- cgit v1.2.3