chore(docker): keep install list indentation unchanged
This commit is contained in:
parent
7f15627f8c
commit
57be369771
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ WORKDIR /app
|
||||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||||
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 1. Copy manifests and toolchain pin to cache dependencies with the same compiler
|
# 1. Copy manifests and toolchain pin to cache dependencies with the same compiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue