From 57be369771b7dbca72c294160d3980a0c241b91d Mon Sep 17 00:00:00 2001 From: Chummy Date: Wed, 18 Feb 2026 15:11:43 +0800 Subject: [PATCH] chore(docker): keep install list indentation unchanged --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 136397f..10a52a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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