We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d103c0a + 84d14fd commit 925053fCopy full SHA for 925053f
1 file changed
Dockerfile.art
@@ -9,13 +9,8 @@ USER 0
9
10
# use dependencies provided by Cachito
11
ENV HUSKY=0
12
-RUN test -d ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps || exit 1; \
13
- cp -f $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app/registry-ca.pem . \
14
- && cp -f $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app/web/{.npmrc,package-lock.json} web/ \
15
- && source ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps/cachito.env \
16
- && make install-frontend-ci \
17
- && make build-frontend
18
-
+ENV CYPRESS_INSTALL_BINARY=0
+RUN make install-frontend-ci && make build-frontend
19
20
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder
21
0 commit comments