Skip to content

Commit fb91f7c

Browse files
committed
fix
1 parent 013cf2c commit fb91f7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM quay.io/pypa/manylinux_2_28_x86_64 as base
1+
FROM quay.io/pypa/manylinux_2_28_x86_64 AS base
22

33
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/docker/install-basic-deps-manylinux.sh
44
ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
55
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/docker/install-basic-deps.sh
66

77
WORKDIR /opt
88

9-
FROM base as chef
9+
FROM base AS chef
1010
ENV PATH="/root/.cargo/bin:$PATH"
1111
RUN rustc -V
1212

docker/install-basic-deps-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
dnf install -y epel-release
66
dnf install -y --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
77
dnf install -y --nogpgcheck https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
8-
RUN dnf install -y ffmpeg ffmpeg-devel clang clang-devel openssl-devel jq
8+
dnf install -y ffmpeg ffmpeg-devel clang clang-devel openssl-devel jq

0 commit comments

Comments
 (0)