Skip to content

Commit d905d88

Browse files
authored
Update Dockerfile to reference bigcloud2110 packages
1 parent fd54c21 commit d905d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/os-packages/Dockerfile.bigcloud2110

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /bigcloud/${OS_VERSION}/os
66
COPY build/os-packages/repos/bigcloud.2110.repo /etc/yum.repos.d/
77
COPY build/os-packages/packages.yml .
88
COPY --from=mikefarah/yq:4.30.8 /usr/bin/yq /usr/bin/yq
9-
RUN yq eval '.common[],.yum[],.bigcloud[]' packages.yml > packages.list
9+
RUN yq eval '.common[],.yum[],.bigcloud2110[]' packages.yml > packages.list
1010

1111
RUN ARCH=$(uname -m) \
1212
&& rm -rf /etc/yum.repos.d/openEuler* \

0 commit comments

Comments
 (0)