Commit 8a71518
authored
Fix Dockerfile compat for Citus before 11. (#946)
The citus_columnar.so file is only produced starting at Citus 11, not before
that. To be compatible with previous versions if Citus, use a wildcard in
the filenames in the Dockerfile COPY command.1 parent 1ca7f1d commit 8a71518
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
0 commit comments