diff --git a/tutormfe/templates/mfe/build/mfe/Dockerfile b/tutormfe/templates/mfe/build/mfe/Dockerfile index de432834..58827bcd 100644 --- a/tutormfe/templates/mfe/build/mfe/Dockerfile +++ b/tutormfe/templates/mfe/build/mfe/Dockerfile @@ -1,5 +1,9 @@ FROM docker.io/node:16.14-bullseye-slim AS base +# ERR_SOCKET_TIMEOUT mitigation +RUN npm -g i npm@8.5.1 +RUN npm config ls -l + RUN apt update \ && apt install -y git \ # required for cwebp-bin