Fix local gateway Docker native deps

This commit is contained in:
fawney19
2026-05-19 10:43:04 +08:00
parent 052de6b96e
commit c6a408d4e8

View File

@@ -32,6 +32,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
cmake \
git \
libclang-dev \
libssl-dev \
pkg-config \
perl