Skip to content

Commit

Permalink
fix(docker): use libssl1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CielNeko committed Mar 16, 2024
1 parent 408b579 commit 8d137ea
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 @@ -3,7 +3,7 @@ FROM node:16-alpine
WORKDIR /app
ADD . /app

RUN apk add python3 build-base
RUN apk add python3 build-base libssl1.1
RUN npm install

CMD [ "index.js" ]

0 comments on commit 8d137ea

Please sign in to comment.