Commit 722491e
authored
pffft: fix broken build (google#14776)
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 24a5c10 commit 722491e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
0 commit comments