diff --git a/Dockerfile b/Dockerfile index 68e32e1..3c39189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .