MT#61534 Fix yarn file name

Fix of ngcp-csc-ui.git:24cda522b631fed7ecd75665003e94d334b00efb

The file is yarn-1.22.22.js now.

Change-Id: I7e5f3f7cf09ad3c2449721ba7ebed2c045c2520c
mr13.2
Mykola Malkov 5 months ago
parent 26cea1875f
commit ef04a7a4c5

@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bookworm:latest
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2023-12-01
ENV REFRESHED_AT 2024-12-10
ENV NODE_PATH=/usr/lib/nodejs:/usr/share/nodejs
ENV DEBIAN_FRONTEND noninteractive
@ -26,7 +26,7 @@ RUN echo "cd /code && ./t/testrunner" >/root/.bash_history
# we cannot use /code/ here otherwise it will be 'mounted over' with following 'docker run'
COPY package.json /tmp/
COPY yarn.lock /tmp/
COPY .yarn/releases/yarn-1.22.19.js /tmp/yarn
COPY .yarn/releases/yarn-1.22.22.js /tmp/yarn
COPY README.md /tmp/
WORKDIR /tmp
RUN ./yarn install

Loading…
Cancel
Save