modify ca install

This commit is contained in:
2024-12-06 10:06:21 -06:00
parent 2df45ffd08
commit ea8673ea5a

View File

@@ -24,8 +24,10 @@ RUN go build -o go-nkode ./cmd
# Stage 2: Runtime
FROM debian:bookworm-slim
# Install ca-certificates and update them
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates && \
update-ca-certificates && \
rm -rf /var/lib/apt/lists/*
#ENV FRONTEND_HOST=https://app.nkode.tech