system-tests: add Dockerfile

This commit is contained in:
André Roth
2024-02-04 22:47:49 +01:00
parent a71186bcc3
commit a69aa7c533
3 changed files with 35 additions and 1 deletions
+7 -1
View File
@@ -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