mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
system-tests: add Dockerfile
This commit is contained in:
@@ -82,4 +82,10 @@ man:
|
||||
version:
|
||||
@echo $(VERSION)
|
||||
|
||||
.PHONY: man modules version release goxc
|
||||
docker-build:
|
||||
docker build -f system/Dockerfile --no-cache . -t aptly-system-test
|
||||
|
||||
docker-system-tests:
|
||||
docker run --rm -it -v ${PWD}:/app aptly-system-test
|
||||
|
||||
.PHONY: man modules version release goxc docker-build docker-system-tests
|
||||
|
||||
Reference in New Issue
Block a user