Skip to content

Commit

Permalink
Add make to installed deps
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Nov 30, 2023
1 parent 9577ca2 commit 69ab996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER root
# Install yarn & node-gyp dependency
RUN \
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \
microdnf install -y yarn python3 gcc-c++ && \
microdnf install -y yarn python3 gcc-c++ make && \
npm install --build-from-resource node-gyp

# Project non-specific args
Expand Down

0 comments on commit 69ab996

Please sign in to comment.