build-appimage icon indicating copy to clipboard operation
build-appimage copied to clipboard

Action fails because docker contains doesn't contains mksquashfs

Open iTrooz opened this issue 3 years ago • 5 comments

You are probably already aware of this, but the action currently fail because the https://hub.docker.com/r/appimagecrafters/appimage-builder docker image doesn't include mksquashfs

The image should probably be updated to include it

iTrooz avatar Sep 02 '22 00:09 iTrooz

Any way to fix this inside the action itself for the time bieng?

aguilaair avatar Oct 06 '22 22:10 aguilaair

I have been trying to figure this one out but haven't had any luck myself. I don't know how to get that program to available inside the docker image for a workaround

Evelios avatar Oct 17 '22 20:10 Evelios

You can run

apt-get update && apt-get install -y --no-install-recommends squashfs-tools

as part of your script section as a workaround for the time being.

v1993 avatar Sep 10 '23 18:09 v1993

The issue was fixed in the image by commit cf1a153, but there's no release yet.

git-developer avatar Sep 10 '23 18:09 git-developer

Related upstream issue is https://github.com/AppImageCrafters/appimage-builder/issues/271

git-developer avatar Sep 11 '23 17:09 git-developer