Is it possible to list packages directly installed by apk add? e.g. apk add docker, apk add lm-sensors file, etc.
Running apk info lists ALL installed packages (including dependencies of installed packages), but I want to narrow this list down to top-level packages that are not dependencies of other packages in order to reproduce these packages on another system.