From a6fc7575719d1320d69f7174a081d3fb4709fb64 Mon Sep 17 00:00:00 2001 From: usbharu Date: Sun, 1 Dec 2024 23:28:11 +0900 Subject: [PATCH] =?UTF-8?q?fix=20=E3=82=B3=E3=83=B3=E3=83=86=E3=83=8A?= =?UTF-8?q?=E5=86=85=E3=81=A7tls=E3=81=8C=E4=BD=BF=E3=81=88=E3=81=AA?= =?UTF-8?q?=E3=81=84=E7=8A=B6=E6=85=8B=E3=81=A0=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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