Skip to content

Commit

Permalink
ffmpeg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Nov 4, 2024
1 parent 9ea6f78 commit b6a72f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# https://hub.docker.com/_/golang/tags
FROM golang:1.23.2 AS build
ARG TARGETARCH

WORKDIR /root/
RUN mkdir -p /root/tgzebot/
WORKDIR /root/tgzebot/

RUN apt update
RUN apt -y -q install xz-utils
Expand All @@ -18,6 +17,7 @@ RUN mv /root/ffmpeg-*-static/ffmpeg /root/tgzebot/ffmpeg
RUN /root/tgzebot/ffmpeg -version

COPY tgzebot.go go.mod go.sum /root/tgzebot/
WORKDIR /root/tgzebot/
RUN go version
RUN go get -a -v
RUN ls -l -a
Expand Down

0 comments on commit b6a72f4

Please sign in to comment.