Commit be6d6d7
authored
netcdf: fix broken build (google#14778)
In the Dockerfile, when the COPY instruction is used to copy multiple
files, the target path $SRC lacks the trailing slash /. This results in
a syntax error. The solution is to add a slash at the end of the target
path.1 parent 3291f34 commit be6d6d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments