You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ubuntu:22.04 docker man dpkg contains following:
"-L|--listfiles <package>... List files 'owned' by package(s)."
`dpkg -L cmake` mentions file /usr/share/doc/cmake/NEWS.Debian.gz, which
is not present in the system after successful `apt-get -y install cmake`.
This file is not installed because it matches exclude-path in dpkg config,
and `apt-get install` respects this config option, while `dpkg -L`
doesn't. This leads to setup-tarantool failing during packaging cache.
This patch filters `dpkg -L` output according to dpkg configs.
Closes#44
0 commit comments