Fix: ca nmsl
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,6 +5,8 @@ COPY . .
|
||||
RUN make backend
|
||||
|
||||
FROM docker.io/library/debian:13-slim AS build-run
|
||||
RUN apt-get -y update && apt-get -y upgrade && \
|
||||
apt-get -y install ca-certificates
|
||||
|
||||
COPY --from=build /work/backend /work/backend
|
||||
WORKDIR /work
|
||||
|
||||
Reference in New Issue
Block a user