github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/contrib/builder/deb/armhf/raspbian-jessie/Dockerfile (about)

     1  #
     2  # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/armhf/generate.sh"!
     3  #
     4  
     5  FROM resin/rpi-raspbian:jessie
     6  
     7  # allow replacing httpredir or deb mirror
     8  ARG APT_MIRROR=deb.debian.org
     9  RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list
    10  
    11  RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev  pkg-config vim-common libsystemd-journal-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
    12  
    13  ENV GO_VERSION 1.9.4
    14  # GOARM is the ARM architecture version which is unrelated to the above Golang version
    15  ENV GOARM 6
    16  RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-armv6l.tar.gz" | tar xzC /usr/local
    17  ENV PATH $PATH:/usr/local/go/bin
    18  
    19  ENV AUTO_GOPATH 1
    20  
    21  ENV DOCKER_BUILDTAGS apparmor selinux
    22  ENV RUNC_BUILDTAGS apparmor selinux