Dockerfile: install ca-certificates for outbound TLS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user