We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de70cd3 commit abb0e7dCopy full SHA for abb0e7d
Rakefile
@@ -83,7 +83,7 @@ task :build_in_docker => :templates do
83
versions.each do |version|
84
dockerfile = <<~DOCKERFILE
85
FROM docker.io/library/gcc:#{version}
86
- ADD . /prism
+ COPY --parents Makefile src include /prism/
87
WORKDIR /prism
88
RUN gcc --version
89
RUN make SOEXT=so
0 commit comments