Add openssl to dockerfile
This commit is contained in:
parent
b319115fd2
commit
37e54c76a6
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ FROM node:lts-alpine
|
|||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
# install node dependencies
|
||||
RUN npm install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue