Skip to content

Commit

Permalink
apk 直接安装 ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Jul 31, 2024
1 parent 77c865a commit 31b191c
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 @@ -7,8 +7,8 @@ RUN cp /etc/apk/repositories /etc/apk/repositories.bak
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors4.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
RUN apk update
RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go env -w GOBIN=/root/go/bin
#RUN go env -w GOPROXY=https://goproxy.cn,direct
#RUN go env -w GOBIN=/root/go/bin
RUN mkdir -p /root/app
WORKDIR /root/app
COPY . .
Expand Down

0 comments on commit 31b191c

Please sign in to comment.