Skip to content

Commit c351433

Browse files
committed
lint fixes
1 parent fa80a2b commit c351433

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM quay.io/pypa/manylinux_2_28_aarch64 AS base
22

3-
43
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/docker/install-basic-deps-manylinux.sh
54
ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
65
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/docker/install-basic-deps.sh
@@ -9,5 +8,4 @@ WORKDIR /opt
98

109
FROM base AS chef
1110
ENV PATH="/root/.cargo/bin:$PATH"
12-
RUN rustc -V
13-
11+
RUN rustc -V

docker/Dockerfile.manylinux_2_28_X64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ WORKDIR /opt
88

99
FROM base AS chef
1010
ENV PATH="/root/.cargo/bin:$PATH"
11-
RUN rustc -V
12-
11+
RUN rustc -V

docker/Dockerfile.py313_rust

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
99
git
1010

1111
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/docker/install-basic-deps.sh
12+
13+
WORKDIR /opt

0 commit comments

Comments
 (0)