fix: depend on capnproto-dev
This commit is contained in:
@@ -5,9 +5,9 @@ ARG BUILD_BASE_VERSION=0.5-r3
|
|||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update build-base=${BUILD_BASE_VERSION}
|
apk add --update build-base=${BUILD_BASE_VERSION}
|
||||||
|
|
||||||
ARG CAPNPROTO_VERSION=1.2.0-r0
|
ARG CAPNPROTO_DEV_VERSION=1.2.0-r0
|
||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update capnproto=${CAPNPROTO_VERSION}
|
apk add --update capnproto-dev=${CAPNPROTO_DEV_VERSION}
|
||||||
|
|
||||||
ARG CARGO_VERSION=1.91.1-r1
|
ARG CARGO_VERSION=1.91.1-r1
|
||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
|
|||||||
Reference in New Issue
Block a user