docker: improve dev env

- abort docker scripts on error
- generate version in system tests
- build debian packages in docker
- add make clean target
- fix lint
This commit is contained in:
André Roth
2024-08-02 23:17:29 +02:00
parent b342af0d96
commit 98b1ed07d1
14 changed files with 60 additions and 61 deletions

View File

@@ -103,9 +103,9 @@ Install the following on your development machine:
#### Create docker container
To build the development docker container, run:
To build the development docker image, run:
```
make docker-build-aptly-dev
make docker-image
```
#### Build aptly