Disabled app list stays empty due to missing diffutils on Alpine #1911
Labels
1. To develop
bug
feature: upgrading
Upgrading an existing deployment to a new image/NC version
good first issue
image: alpine
Alpine image specific
Milestone
Hi,
when using the Alpine image, the diff regarding the disabled apps on upgrade always stays empty. This is due to output of busybox-diff:
So
diff /tmp/list_before /tmp/list_after | grep '<' | cut -d- -f2 | cut -d: -f1
could not work.apk add diffutils
fixes it.The text was updated successfully, but these errors were encountered: