feat(local-fake-dns): removed deps to prost, use bson

This commit is contained in:
zonyitoo
2024-05-25 00:00:43 +08:00
parent 6f186e30dd
commit c4b8fdd4f0
10 changed files with 285 additions and 223 deletions

View File

@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM rust:1.67.1-alpine3.17 AS builder
ARG TARGETARCH
RUN set -x \
&& apk add --no-cache build-base protoc
&& apk add --no-cache build-base
WORKDIR /root/shadowsocks-rust