Skip to content

Commit

Permalink
use latest appimage-builder to fix AppImageCrafters/appimage-builder#272
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 15, 2023
1 parent 6069e91 commit 68cfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Dockerfile.debian.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN apt install -y \
RUN pip3 install -U pip setuptools urllib3==1.26.12 requests==2.26.0 --break-system-packages

# install appimage-builder
RUN pip3 install appimage-builder==1.1.0 --break-system-packages
RUN pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git@f38699ef3644fa5409a5a262b7b6d99d6fb85db9

# install Go
RUN apt install -y golang-go
Expand Down

0 comments on commit 68cfbcd

Please sign in to comment.