Commit f3f7cbc
committed
Anchore Container Scan docker bulld is failing.
The docker build is failing to build xapian. Fails with:
-Wl,_xapianNone -o .libs/_xapianNone
where None is should be shared object extension and some other
changes. See
changeset: 6725:f973fa5163ed in repo on
date: Thu Jun 23 01:58:53 2022 -0400
for python 3.11 and newer. It looks like Anchore uses 3.11:
checking /usr/local/bin/python3 version... 3.11
from earlier in the log.1 parent 0c0feb4 commit f3f7cbc
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments