fix: add ca-certificates for git clone over HTTPS
All checks were successful
Build Docker Image / build (push) Successful in 52s
All checks were successful
Build Docker Image / build (push) Successful in 52s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM node:22-slim
|
FROM node:22-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends git rsync && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y --no-install-recommends git rsync ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /quartz
|
WORKDIR /quartz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user