We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998b851 commit 01c0935Copy full SHA for 01c0935
openshift/client-build-config.yaml
@@ -64,7 +64,7 @@ objects:
64
FROM image-registry.openshift-image-registry.svc:5000/55b94d-tools/node:1 AS builder
65
LABEL maintainer="[email protected]"
66
RUN apk add --no-cache --virtual .gyp \
67
- python \
+ python3 \
68
make \
69
g++
70
strategy:
0 commit comments