We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22353b7 + 8526ee7 commit e110cebCopy full SHA for e110ceb
internal/dockerfile/docker.go
@@ -50,7 +50,7 @@ func RenderConfig(cfg core.Configuration, sr golang.ScanResult) {
50
)
51
entrypoint = `"/usr/bin/linkerd-await", "--shutdown", "--", ` + entrypoint
52
}
53
- commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils")
+ commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils")
54
55
// these commands will be run after `make install` to see that all installed commands can be executed
56
// (e.g. that all required shared libraries can be loaded correctly)
0 commit comments