Skip to content

Commit

Permalink
更新 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 authored Jan 21, 2024
1 parent 9866614 commit 29e4b31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29e4b31

Please sign in to comment.