Skip to content

Commit

Permalink
build: add openssl/ca-certificates to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Feb 17, 2024
1 parent 92381f9 commit 146e6ce
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 @@ -17,7 +17,7 @@ RUN tsc --outDir out/

FROM node:current-alpine AS release
WORKDIR /activity-roles/
RUN apk add python3 make g++
RUN apk add python3 make g++ openssl ca-certificates
COPY img/discord-header.png img/discord-header.png
COPY locales locales
COPY yarn.lock .
Expand Down

0 comments on commit 146e6ce

Please sign in to comment.