Skip to content

Commit 633f26b

Browse files
committed
Remove redundant SourceBuildTrimNetFrameworkTargets property
1 parent ada7521 commit 633f26b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/centos-stream/9/mlnet/helix/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22

33
# Install dependencies
44
RUN dnf upgrade --refresh -y \
5-
dnf install --setopt tsflags=nodocs -y \
5+
&& dnf install --setopt tsflags=nodocs -y \
66
dnf-plugins-core \
77
&& dnf config-manager --set-enabled crb \
88
&& dnf module install --setopt tsflags=nodocs -y \

0 commit comments

Comments
 (0)