mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[linux_dist] adding a Dockerfile to generate the AppImage
This commit is contained in:
3
linux_dist/appimage/build.sh
Executable file
3
linux_dist/appimage/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user