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 17cae98 commit 1ae5e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go build -o tgState main.go \

FROM ubuntu:latest

RUN apt-get install -y ca-certificates openssl \
RUN apt-get install -y candidate ca-certificates \
&& apt-get clean

COPY --from=build /app/tgState /app/tgState
Expand Down

0 comments on commit 1ae5e4b

Please sign in to comment.