We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8b6b1 commit b9cb6f3Copy full SHA for b9cb6f3
upstream-opm-builder.Dockerfile
@@ -14,6 +14,6 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
14
chmod +x /bin/grpc_health_probe
15
16
FROM alpine
17
-RUN apk update && apk add bash ca-certificates
+RUN apk update && apk add ca-certificates
18
COPY --from=builder /build/bin/opm /bin/opm
19
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
0 commit comments