File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
alpine38/test-deps/docker
alpine39/test-deps/docker Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ ENV NODE_VERSION 10.15.3 \
16
16
# workaround for Alpine to run in Azure DevOps
17
17
ENV NODE_NO_WARNINGS=1
18
18
19
+ # Diagnostics in case copy fails
20
+ RUN ls -l /opt/ \
21
+ && echo "expcted path:" \
22
+ && echo "/opt/yarn-v${YARN_VERSION}"
23
+
19
24
# Copy node and yarn into image
20
25
COPY --from=node /usr/local/bin/node /usr/local/bin/node
21
26
COPY --from=node /opt/yarn-v${YARN_VERSION} /opt/yarn-v${YARN_VERSION}
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ ENV NODE_VERSION 10.15.3 \
18
18
# workaround for Alpine to run in Azure DevOps
19
19
ENV NODE_NO_WARNINGS=1
20
20
21
+ # Diagnostics in case copy fails
22
+ RUN ls -l /opt/ \
23
+ && echo "expcted path:" \
24
+ && echo "/opt/yarn-v${YARN_VERSION}"
25
+
21
26
# Copy node and yarn into image
22
27
COPY --from=node /usr/local/bin/node /usr/local/bin/node
23
28
COPY --from=node /opt/yarn-v${YARN_VERSION} /opt/yarn-v${YARN_VERSION}
You can’t perform that action at this time.
0 commit comments