backend/Dockerfile: install ca-certificates
This commit is contained in:
@@ -16,6 +16,8 @@ RUN go build .
|
||||
FROM debian:buster
|
||||
ARG service
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
COPY --from=build /build/$service/$service /app/service
|
||||
|
||||
Reference in New Issue
Block a user