diff --git a/Dockerfile b/Dockerfile index 92a0b8b..a20d168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ COPY . /workdir RUN go build -ldflags='-s -w' -o app . FROM debian:bookworm-slim +RUN apt update && apt upgrade && apt install ca-certificates openssl COPY --from=build /workdir/app app ENTRYPOINT ["/app"] \ No newline at end of file