Skip to content

Commit

Permalink
Delete alpine-keys again, delete some c utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 15, 2025
1 parent c0fb1dc commit 9faff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dockerfile/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func RenderConfig(cfg core.Configuration) {
commands = append(commands, "apk add --no-cache --no-progress"+packages)
}
commands = append(commands, extraCommands...)
commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys")
commands = append(commands, "apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils")

runCommands := strings.Join(commands, " \\\n && ")

Expand Down

0 comments on commit 9faff0c

Please sign in to comment.