mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
linux/Makefile - added interact target.
This commit is contained in:
+5
-1
@@ -8,7 +8,11 @@ build:
|
||||
docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \
|
||||
-v $(ARTIFACTS):/artifacts alpine-pandoc
|
||||
|
||||
interact:
|
||||
docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \
|
||||
-v $(ARTIFACTS):/artifacts -it alpine-pandoc bash
|
||||
|
||||
setup:
|
||||
docker pull alpine:edge
|
||||
|
||||
.PHONY: build setup
|
||||
.PHONY: build setup interact
|
||||
|
||||
Reference in New Issue
Block a user