From 29e4b31a630473757855f443cea8711c4fb1edd9 Mon Sep 17 00:00:00 2001 From: Yohann <75626191+Yohann0617@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d31627..ff6c1f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN go build -o tgState main.go \ && rm -rf /root/tgNetDisc FROM ubuntu:latest -RUN apt-get install -y ca-certificates \ +RUN apt-get update \ + && apt-get install -y ca-certificates \ && apt-get clean COPY --from=build /app/tgState /app/tgState