Skip to content

Commit da3838b

Browse files
authored
Update the Dockerfile to use /
``` Step 6/13 : ADD *.patch /root/rpmbuild/SOURCES When using ADD with more than one source file, the destination must be a directory and end with a / ```
1 parent 84b3ae5 commit da3838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Linux/Fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /root
55

66
RUN mkdir -p /root/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
77
ADD swift-lang.spec /root/rpmbuild/SPECS/swift-lang.spec
8-
ADD *.patch /root/rpmbuild/SOURCES
8+
ADD *.patch /root/rpmbuild/SOURCES/
99

1010
ADD build_swift_rpm.sh /root/build_swift_rpm.sh
1111
RUN chmod +x /root/build_swift_rpm.sh

0 commit comments

Comments
 (0)