mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
6 lines
265 B
Bash
Executable File
6 lines
265 B
Bash
Executable File
#!/bin/bash
|
|
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
|