Всем привет. Пробую собрать image
# Stage 1 - the build process
FROM node:7.10 as build-deps
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
RUN yarn
COPY . ./
RUN yarn build
yarn install v0.24.4
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.14.tgz: ETIMEDOUT".
https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.14.tgz: ETIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "/usr/src/app/yarn-error.log".
info Visit
https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c yarn' returned a non-zero code: 1
Либо другой проект:
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz: getaddrinfo EAI_AGAIN registry.yarnpkg.com".https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz: getaddrinfo EAI_AGAIN
registry.yarnpkg.com".