We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2b127 commit cb09438Copy full SHA for cb09438
1 file changed
rootfs/Dockerfile
@@ -15,7 +15,7 @@ RUN apk add --update --virtual .build-deps \
15
| sort -u \
16
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
17
)" \
18
- && apk add --update --virtual .controller-rundeps \
+ && apk add --update --virtual .helmbroker-rundeps \
19
$runDeps \
20
ca-certificates \
21
su-exec \
0 commit comments