Skip to content

Commit cb09438

Browse files
committed
chore(helmbroker): change rundeps name
1 parent 0b2b127 commit cb09438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk add --update --virtual .build-deps \
1515
| sort -u \
1616
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
1717
)" \
18-
&& apk add --update --virtual .controller-rundeps \
18+
&& apk add --update --virtual .helmbroker-rundeps \
1919
$runDeps \
2020
ca-certificates \
2121
su-exec \

0 commit comments

Comments
 (0)