Skip to content

Commit b9cb6f3

Browse files
committedMay 14, 2020
upstream-opm-builder.Dockerfile: don't install bash; sh is sufficient
1 parent 9f8b6b1 commit b9cb6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎upstream-opm-builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
1414
chmod +x /bin/grpc_health_probe
1515

1616
FROM alpine
17-
RUN apk update && apk add bash ca-certificates
17+
RUN apk update && apk add ca-certificates
1818
COPY --from=builder /build/bin/opm /bin/opm
1919
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 commit comments

Comments
 (0)
Please sign in to comment.