github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/contrib/builder/rpm/amd64/opensuse-13.2/Dockerfile (about)

     1  #
     2  # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
     3  #
     4  
     5  FROM opensuse:13.2
     6  
     7  RUN zypper --non-interactive install ca-certificates* curl gzip rpm-build
     8  RUN zypper --non-interactive install libbtrfs-devel device-mapper-devel glibc-static  libselinux-devel libtool-ltdl-devel pkg-config selinux-policy selinux-policy-devel sqlite-devel systemd-devel tar systemd-rpm-macros
     9  
    10  ENV GO_VERSION 1.5.3
    11  RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
    12  ENV PATH $PATH:/usr/local/go/bin
    13  
    14  ENV AUTO_GOPATH 1
    15  
    16  ENV DOCKER_BUILDTAGS selinux
    17