From 2cf890abfdc222ba2269702a5971a443e1b119c8 Mon Sep 17 00:00:00 2001 From: JLer Date: Mon, 9 Oct 2023 13:54:02 +0800 Subject: [PATCH] fix build image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 924f786..35e3401 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /build ENV PROTOC_NO_VENDOR 1 RUN rustup component add rustfmt && \ apt-get update && \ - apt-get install -y --no-install-recommends wget protobuf-compiler && \ + apt-get install -y --no-install-recommends wget protobuf-compiler build-essential g++ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* COPY . /build/