chore(docker): keep install list indentation unchanged

This commit is contained in:
Chummy 2026-02-18 15:11:43 +08:00
parent 7f15627f8c
commit 57be369771

View file

@ -9,7 +9,7 @@ WORKDIR /app
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && apt-get install -y \
pkg-config \
pkg-config \
&& rm -rf /var/lib/apt/lists/*
# 1. Copy manifests and toolchain pin to cache dependencies with the same compiler