fix: add ca-certificates to kontist Dockerfile (git clone needs HTTPS certs)
This commit is contained in:
parent
e5fde01f8b
commit
e114e2e5be
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM node:22-slim
|
FROM node:22-slim
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone https://github.com/tobiasendres-dev/kontist-mcp.git /app/kontist-mcp
|
RUN git clone https://github.com/tobiasendres-dev/kontist-mcp.git /app/kontist-mcp
|
||||||
WORKDIR /app/kontist-mcp
|
WORKDIR /app/kontist-mcp
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue