Skip to content

pkg-config, fuse3 package is missing in ubuntu 20.04 image apt list #10528

Discussion options

You must be logged in to vote

Hi @selva2tech -
To resolve the issue with installing pyfuse3 and its dependencies in your CI/CD pipeline, here are a few options to consider:

Use a Custom Runner Image:

You can build a custom Docker image based on ubuntu:20.04 with all the necessary dependencies (pkg-config, fuse3, etc.) pre-installed.
Push this image to a container registry, then configure your CI/CD pipeline to use this custom image as the base for the action runner. This ensures that all required packages are present from the start.
Pre-Configure Runner:

If building a custom image is not feasible, try configuring your Kubernetes pod (where the runner is deployed) to allow package installation during startup. You could…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ijunaidm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants