We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker build -t pake .
A built Docker image
Errors about not installed libraries
To update those packages, update the Dockerfile versions of libsoup, libjavascriptcoregtk, and libwebkit2gtk.
libsoup
libjavascriptcoregtk
libwebkit2gtk
Here is the update line:
RUN --mount=type=cache,target=/var/cache/apt \ --mount=type=cache,target=/usr/local/cargo/registry \ apt-get update && apt-get install -y --no-install-recommends \ libdbus-1-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev \ libwebkit2gtk-4.1-dev build-essential curl wget libssl-dev \ libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev \ gnome-video-effects
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
I searched in the issues and found nothing similar.
Pake version
System version
Node.js version
Minimal reproduce step
docker build -t pake .
What did you expect to see?
A built Docker image
What did you see instead?
Errors about not installed libraries
Anything else?
To update those packages, update the Dockerfile versions of
libsoup
,libjavascriptcoregtk
, andlibwebkit2gtk
.Here is the update line:
RUN --mount=type=cache,target=/var/cache/apt \ --mount=type=cache,target=/usr/local/cargo/registry \ apt-get update && apt-get install -y --no-install-recommends \ libdbus-1-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev \ libwebkit2gtk-4.1-dev build-essential curl wget libssl-dev \ libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev \ gnome-video-effects
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: