modify ca install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user