10000 Add bash to installed packages · supplystack/kafka-gitops@d6d35fe · GitHub
[go: up one dir, main page]

Skip to content

Commit d6d35fe

Browse files
authored
Add bash to installed packages
1 parent ad07bab commit d6d35fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add curl && \
1010
FROM alpine:3.18.4
1111

1212
RUN apk update && apk upgrade && \
13-
apk add yq github-cli openjdk17-jre && \
13+
apk add bash yq github-cli openjdk17-jre && \
1414
rm -rf /var/cache/apk/*
1515

1616
COPY --from=kafka-gitops /opt/kafka-gitops /usr/local/bin/kafka-gitops

0 commit comments

Comments
 (0)
0