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.
1 parent 9087ed8 commit 7034018Copy full SHA for 7034018
layers/fpm-dev/Dockerfile
@@ -27,7 +27,7 @@ COPY --link bref-entrypoint.sh /
27
RUN chmod +x /bref-entrypoint.sh
28
29
# Install node to run the JS app below
30
-RUN yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
+RUN yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
31
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)
0 commit comments