Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action fails because docker contains doesn't contains mksquashfs #5

Open
iTrooz opened this issue Sep 2, 2022 · 5 comments
Open

Action fails because docker contains doesn't contains mksquashfs #5

iTrooz opened this issue Sep 2, 2022 · 5 comments

Comments

@iTrooz
Copy link

iTrooz commented Sep 2, 2022

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 iTrooz changed the title Action fails because dokcer contains doesn't contains mksquashfs Action fails because docker contains doesn't contains mksquashfs Sep 13, 2022
@aguilaair
Copy link

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

aguilaair added a commit to fluttertools/sidekick that referenced this issue Oct 6, 2022
@Evelios
Copy link

Evelios commented Oct 17, 2022

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

@v1993
Copy link

v1993 commented Sep 10, 2023

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.

@git-developer
Copy link

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

@git-developer
Copy link

Related upstream issue is AppImageCrafters/appimage-builder#271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants