You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# see https://source.redhat.com/groups/public/container-build-system/container_build_system_wiki/containers_from_source_multistage_builds_in_osbs#jive_content_id_Cachito_Integration_for_yarn
33
-
RUN yarn config set nodedir /usr; yarn config set unsafe-perm true && yarn install
33
+
RUN source "$REMOTE_SOURCES_DIR"/devspaces-images-dashboard/cachito.env && \
34
+
yarn install --mode=skip-build
34
35
36
+
# CRW-8333 Lerna step no longer required in Cachi2
35
37
# cachito:yarn step 4: lerna installed to $REMOTE_SOURCES_DIR/devspaces-images-dashboard/app/devspaces-dashboard/node_modules/.bin/lerna - add to path
36
-
RUN ln -s "$REMOTE_SOURCES_DIR"/devspaces-images-dashboard/app/devspaces-dashboard/node_modules/.bin/lerna /usr/local/bin/lerna
0 commit comments