[linux_dist] adding a Dockerfile to generate the AppImage

This commit is contained in:
Vinicius Moreira
2022-11-01 17:53:45 -03:00
parent d7a17f324e
commit d2c1a4e3fe
2 changed files with 24 additions and 0 deletions

3
linux_dist/appimage/build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build -t bauh-appimage --build-arg bauh_commit=$BAUH_COMMIT .
docker run --cap-add=SYS_ADMIN --device /dev/fuse --mount type=bind,source="$(pwd)",target=/build bauh-appimage