Skip to content

Commit ed1df3d

Browse files
committed
fix: add gnupg to base deps for Kubic repo key import
1 parent 5ba0045 commit ed1df3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
# Base deps + Tauri Linux requirements
66
RUN apt-get update && apt-get install -y --no-install-recommends \
7-
curl ca-certificates git sudo jq zip \
7+
curl ca-certificates gnupg git sudo jq zip \
88
libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev \
99
build-essential pkg-config \
1010
lib32gcc-s1 \

0 commit comments

Comments
 (0)