diff --git a/Dockerfile b/Dockerfile index a20d168..55cb81a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +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 +RUN apt update -y && apt upgrade -y && apt install ca-certificates openssl -y COPY --from=build /workdir/app app ENTRYPOINT ["/app"] \ No newline at end of file