Skip to content

Commit

Permalink
fix: reverting changes for the RPM build (twilio#326)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile

Co-authored-by: sraghav <sraghav@twilio.com>
  • Loading branch information
sr010 and sr010 committed Nov 8, 2021
1 parent be4d0aa commit c9eaad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM centos:latest
# library need to generate rpm package
RUN yum install -y rpm-build rpmdevtools gcc rpm-sign pinentry && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum install nodejs-14.18.0-1nodesource -y
yum install -y nodejs
# add package need to build rpm
COPY --from=builder /app/dist /app/dist
ENTRYPOINT ["node", "/app/dist/index.js"]

0 comments on commit c9eaad8

Please sign in to comment.