add package libfido2-dev into build step
Build and Push Docker Container / build-and-push (push) Failing after 4m3s

This commit is contained in:
GitHub Actions
2026-03-10 07:43:21 +01:00
parent 90d0866f44
commit fffbf369c8
+4 -1
View File
@@ -3,7 +3,10 @@ FROM golang:1.26 AS build
ARG VERSION
# Install dependencies
RUN apt-get update && apt-get install -y build-essential libsecret-1-dev
RUN apt-get update && apt-get install -y \
build-essential \
libsecret-1-dev \
libfido2-dev
# Build
ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/