mmtool
mmtool copied to clipboard
Dockerfile Support?
Thank you very much for your script, but I want to know if there is any intention to support the dockerfile
in the future. I failed to build the local ubuntu:18:04 image.
十分感谢你的脚本,不过我想知道未来是否有打算支持dockerfile
。我在本地的ubuntu:18:04镜像构建失败。
command history:
docker run -it ubuntu:18.04 bash
$ sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list
$ apt-get clean
$ apt-get update -yq
$ apt-get install -yq git wget vim
$ git clone https://github.com/adwpc/mmtool.git
$ // delete sudo in ffmpeg.sh/删除ffmpeg.sh中的sudo,因为docker本身就是root用户
$ // delete libX11-dev package. see https://github.com/adwpc/mmtool/pull/1
$ cd mmtool
$ ./ffmpeg.sh Ubuntu
Partial error log/部分错误日志