mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
feat(local-fake-dns): removed deps to prost, use bson
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user