Skip to content

Commit

Permalink
build: run update-ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Feb 17, 2024
1 parent 146e6ce commit c801a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN tsc --outDir out/
FROM node:current-alpine AS release
WORKDIR /activity-roles/
RUN apk add python3 make g++ openssl ca-certificates
RUN update-ca-certificates
COPY img/discord-header.png img/discord-header.png
COPY locales locales
COPY yarn.lock .
Expand Down

0 comments on commit c801a3b

Please sign in to comment.