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

[Bug] Dockerfile outdated #884

Open
1 of 2 tasks
rtfmkiesel opened this issue Jan 8, 2025 · 0 comments
Open
1 of 2 tasks

[Bug] Dockerfile outdated #884

rtfmkiesel opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rtfmkiesel
Copy link

Search before asking

  • 我在 issues 列表中搜索,没有找到类似的内容。
    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, and 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

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@rtfmkiesel rtfmkiesel added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant