add package libcbor-dev into build step
Build and Push Docker Container / build-and-push (push) Successful in 4m48s
Build and Push Docker Container / build-and-push (push) Successful in 4m48s
This commit is contained in:
+2
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user