install node in docker image
This commit is contained in:
parent
bb5d80096d
commit
601277a3e7
@ -1,5 +1,8 @@
|
||||
FROM ruby:2.6.5-alpine
|
||||
|
||||
RUN apk add --update nodejs
|
||||
|
||||
COPY lib /action/lib
|
||||
COPY bin /action/bin
|
||||
|
||||
CMD ["ruby", "/action/lib/index.rb"]
|
||||
|
||||
Reference in New Issue
Block a user