Skip to content

Commit

Permalink
fix: really install node this time (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance authored Jan 21, 2022
1 parent 8daaf90 commit 225163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/nodejs/run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL io.buildpacks.stack.id=${stack_id}

USER root
RUN microdnf module enable -y nodejs:16/minimal && \
microdnf install --nodocs -y tar node
microdnf install --nodocs -y tar nodejs
USER cnb

ENV NODE_PATH $HOME/node_modules
Expand Down

0 comments on commit 225163d

Please sign in to comment.