diff --git a/Dockerfile b/Dockerfile index 38167773e..770696307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:18-slim WORKDIR /app +RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates +RUN update-ca-certificates COPY dist ./dist COPY static ./static COPY faucet-config.example.yaml .