Skip to content

Commit

Permalink
Merge pull request #5 from gitbutlerapp/webkit2gtk-4.1
Browse files Browse the repository at this point in the history
Add package needed by Tauri v2
  • Loading branch information
mtsgrd authored Sep 1, 2024
2 parents 34c0a69 + b45137d commit c8cc33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240627.1 AS base

RUN apt-get update && \
apt-get install -y \
libwebkit2gtk-4.0-dev build-essential curl wget \
libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev build-essential curl wget \
libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev \
jq tar bash libbrotli-dev brotli imagemagick git cmake

Expand Down

0 comments on commit c8cc33a

Please sign in to comment.