Dockerfile FROM ubuntu ENV all_proxy http://192.168.4.10:8080/ RUN dpkg --add-architecture i386 RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list RUN apt-get update RUN apt-get install figlet CMD figlet -f script hello
Обсуждают сегодня