Skip to content

Commit cd90255

Browse files
committed
wip
1 parent 62d9366 commit cd90255

File tree

6 files changed

+236
-672
lines changed

6 files changed

+236
-672
lines changed

layers/fpm-dev/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ COPY --link bref-entrypoint.sh /
2727
RUN chmod +x /bref-entrypoint.sh
2828

2929
# Install node to run the JS app below
30-
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
30+
RUN dnf install -y nodejs
3231

3332
# Install the bref/local-api-gateway app in our container (avoids running 2 containers)
3433
COPY --link --from=bref/local-api-gateway /app /local-api-gateway

0 commit comments

Comments
 (0)