File: Makefile.docker

package info (click to toggle)
libzc 0.4.3-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 872 kB
  • sloc: ansic: 7,407; sh: 327; python: 171; makefile: 99
file content (5 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
build: ## Build the container
	sudo docker build -t libzcdebian .

run: ## Run container
	sudo -E docker run -it -v ${HOME}/.gnupg:/home/dev/.gnupg --mount type=bind,source="$(PWD)",target=/home/dev/libzc libzcdebian