fix: docker build (#1822)

This commit is contained in:
Lei, HUANG
2023-06-25 11:05:46 +08:00
committed by GitHub
parent caed6879e6
commit 0fb18245b8
2 changed files with 1 additions and 3 deletions

View File

@@ -20,6 +20,3 @@ out/
# Rust
target/
# Git
.git

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
libssl-dev \
protobuf-compiler \
curl \
git \
build-essential \
pkg-config \
python3 \