github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/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 pkg-config selinux-policy selinux-policy-devel systemd-devel tar git cmake vim systemd-rpm-macros
     9  
    10  ENV GO_VERSION 1.9.4
    11  RUN curl -fSL "https://golang.org/dl/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  ENV RUNC_BUILDTAGS selinux
    18