diff --git a/layers/fpm-dev/Dockerfile b/layers/fpm-dev/Dockerfile index ec17ad19..e173de80 100644 --- a/layers/fpm-dev/Dockerfile +++ b/layers/fpm-dev/Dockerfile @@ -27,8 +27,8 @@ COPY --link bref-entrypoint.sh / RUN chmod +x /bref-entrypoint.sh # Install node to run the JS app below -RUN curl --silent --location https://rpm.nodesource.com/setup_18.x | bash - -RUN yum install --setopt=skip_missing_names_on_install=False -y nodejs +RUN yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y +RUN yum install --setopt=nodesource-nodejs.module_hotfixes=1 --setopt=skip_missing_names_on_install=False -y nodejs # Install the bref/local-api-gateway app in our container (avoids running 2 containers) COPY --link --from=bref/local-api-gateway /app /local-api-gateway