github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/contrib/builder/deb/ubuntu-precise/Dockerfile (about)

     1  #
     2  # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/generate.sh"!
     3  #
     4  
     5  FROM ubuntu:precise
     6  
     7  RUN apt-get update && apt-get install -y apparmor bash-completion  build-essential curl ca-certificates debhelper dh-apparmor  git libapparmor-dev  libltdl-dev libsqlite3-dev  --no-install-recommends && rm -rf /var/lib/apt/lists/*
     8  
     9  ENV GO_VERSION 1.5.2
    10  RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
    11  ENV PATH $PATH:/usr/local/go/bin
    12  
    13  ENV AUTO_GOPATH 1
    14  
    15  ENV DOCKER_BUILDTAGS apparmor exclude_graphdriver_btrfs exclude_graphdriver_devicemapper selinux