标签: docker
这是我的泊坞文件:
FROM ubuntu:14.04 RUN apt-get update RUN apt-get install software-properties-common
apt-get update需要花费太多时间才能运行。是否有一个具有预运行命令的ubuntu版本:
apt-get update和apt-get install software-properties-common代替ubuntu:14.04
apt-get update
apt-get install software-properties-common
ubuntu:14.04