mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[linux_dist/appimage] fix: AppImage build script
This commit is contained in:
@@ -4,8 +4,8 @@ ARG bauh_commit
|
||||
ENV BAUH_VERSION=$bauh_commit
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade && \
|
||||
RUN apt-get update -y && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install python3-pip python3-setuptools python3-wheel wget fuse binutils coreutils desktop-file-utils fakeroot patchelf squashfs-tools strace zsync libgdk-pixbuf2.0-dev gtk-update-icon-cache -y && \
|
||||
mkdir /build && cd /build && \
|
||||
wget https://github.com/AppImageCrafters/appimage-builder/releases/download/v0.9.2/appimage-builder-0.9.2-35e3eab-x86_64.AppImage -O appimage-builder && \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker build -t bauh-appimage --build-arg bauh_commit=$BAUH_COMMIT .
|
||||
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