Pake icon indicating copy to clipboard operation
Pake copied to clipboard

[Bug] Dockerfile outdated

Open rtfmkiesel opened this issue 1 year ago • 0 comments

Search before asking

  • [X] 我在 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 avatar Jan 08 '25 10:01 rtfmkiesel