add package libcbor-dev into build step
Build and Push Docker Container / build-and-push (push) Successful in 4m48s

This commit is contained in:
GitHub Actions
2026-03-10 07:50:58 +01:00
parent fffbf369c8
commit 58ad820cdc
+2 -1
View File
@@ -6,7 +6,8 @@ ARG VERSION
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
libsecret-1-dev \ libsecret-1-dev \
libfido2-dev libfido2-dev \
libcbor-dev
# Build # Build
ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/ ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/