|
@ -18,7 +18,7 @@ RUN apt update && apt install -y \ |
|
|
openssl \ |
|
|
openssl \ |
|
|
python3 \ |
|
|
python3 \ |
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
RUN yarn install |
|
|
RUN yarn install --network-timeout 1000000 |
|
|
|
|
|
|
|
|
# See https://github.com/nrwl/nx/issues/6586 for further details |
|
|
# See https://github.com/nrwl/nx/issues/6586 for further details |
|
|
COPY ./decorate-angular-cli.js decorate-angular-cli.js |
|
|
COPY ./decorate-angular-cli.js decorate-angular-cli.js |
|
|