# Ubuntu+python3+ppa # # Authoer: kennylee26 FROM registry.cn-hangzhou.aliyuncs.com/kennylee/python MAINTAINER kennylee26 # Install. RUN \ apt-get update && \ apt-get -y upgrade && \ apt-get install -y build-essential && \ apt-get install -y software-properties-common && \ rm -rf /var/lib/apt/lists/* RUN pip install pydns # Define default command. CMD ["bash"]