Skip to content

Commit e110ceb

Browse files
Merge pull request #437 from sapcc/alpine-fix-package-name
2 parents 22353b7 + 8526ee7 commit e110ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dockerfile/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func RenderConfig(cfg core.Configuration, sr golang.ScanResult) {
5050
)
5151
entrypoint = `"/usr/bin/linkerd-await", "--shutdown", "--", ` + entrypoint
5252
}
53-
commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils")
53+
commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils")
5454

5555
// these commands will be run after `make install` to see that all installed commands can be executed
5656
// (e.g. that all required shared libraries can be loaded correctly)

0 commit comments

Comments
 (0)