Dockerfile: install ca-certificates for outbound TLS

This commit is contained in:
Semih
2026-05-09 10:21:13 +00:00
parent ed2c23f8aa
commit d600d731f8

View File

@@ -8,7 +8,7 @@ ENV NODE_ENV=production
ENV PORT=4040
RUN apt-get update \
&& apt-get install -y --no-install-recommends git build-essential python3 curl \
&& apt-get install -y --no-install-recommends git build-essential python3 curl ca-certificates \
&& rm -rf /var/lib/apt/lists/*
RUN corepack enable && corepack prepare pnpm@10.33.0 --activate