Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Oct 4, 2023
1 parent 9087ed8 commit 7034018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/fpm-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY --link bref-entrypoint.sh /
RUN chmod +x /bref-entrypoint.sh

# Install node to run the JS app below
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
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)
Expand Down

0 comments on commit 7034018

Please sign in to comment.