add package libfido2-dev into build step
Build and Push Docker Container / build-and-push (push) Failing after 4m3s
Build and Push Docker Container / build-and-push (push) Failing after 4m3s
This commit is contained in:
+4
-1
@@ -3,7 +3,10 @@ FROM golang:1.26 AS build
|
|||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Build
|
||||||
ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/
|
ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/
|
||||||
|
|||||||
Reference in New Issue
Block a user