Skip to content

Commit fcbbc1c

Browse files
authored
docs: Update webkit2gtk package for Alpine installation (#3574)
1 parent c6c7375 commit fcbbc1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/start/prerequisites.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,17 @@ sudo zypper in -t pattern devel_basis
125125
```sh
126126
sudo apk add \
127127
build-base \
128-
webkit2gtk \
128+
webkit2gtk-4.1-dev \
129129
curl \
130130
wget \
131131
file \
132132
openssl \
133133
libayatana-appindicator-dev \
134134
librsvg
135135
```
136+
137+
> Note: Alpine Linux containers don’t include any fonts by default. To ensure text renders correctly in your Tauri app, install at least one font package (for example, `font-dejavu `).
138+
136139
</TabItem>
137140
<TabItem label="NixOS">
138141

0 commit comments

Comments
 (0)