我正在我的docker-compose.yml中这样做:
app:
image: golang:1.14.3
ports:
- "8080:8080" ## Share API port with host machine.
depends_on:
- broker
- ffmpeg
volumes:
- .:/go/src/go-intelligent-monitoring-system
- /home/:/home/
working_dir: /go/src/go-intelligent-monitoring-system
command: apt-get install ffmpeg ########-------<<<<<<---------#################
command: go run main.go
但是当我在我的代码上使用它时,我有这个错误:-->“”exec:“ffmpeg”:在$PATH中找不到可执行文件“”
动漫人物
相关分类