We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a80e27 + 7034018 commit 0b505fdCopy full SHA for 0b505fd
layers/fpm-dev/Dockerfile
@@ -27,8 +27,8 @@ COPY --link bref-entrypoint.sh /
27
RUN chmod +x /bref-entrypoint.sh
28
29
# Install node to run the JS app below
30
-RUN curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -
31
-RUN yum install --setopt=skip_missing_names_on_install=False -y nodejs
+RUN yum install https://rpm.nodesource.com/pub_16.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
32
33
# Install the bref/local-api-gateway app in our container (avoids running 2 containers)
34
COPY --link --from=bref/local-api-gateway /app /local-api-gateway
0 commit comments