[linux_dist.appimage] refactoring: AppImage now based on Debian bullseye

This commit is contained in:
Vinicius Moreira
2023-12-21 12:36:06 -03:00
parent 78618eb70c
commit ed71cd83d9
4 changed files with 21 additions and 10 deletions

View File

@@ -3,3 +3,4 @@ set -Ceufox pipefail
docker build -t bauh-appimage .
docker run -e BAUH_VERSION=$BAUH_VERSION -v ./AppImageBuilder.yml:/build/AppImageBuilder.yml --rm --cap-add=SYS_ADMIN --device /dev/fuse --mount type=bind,source="$(pwd)",target=/build bauh-appimage
# volume required to run tests: -v /var/run/docker.sock:/var/run/docker.sock