mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0c7c900e9e
Note that go1.8.2 contains a security fix (CVE-2017-8932). Signed-off-by: Brian Goff <cpuguy83@gmail.com>
16 lines
666 B
Docker
16 lines
666 B
Docker
#
|
|
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/s390x/generate.sh"!
|
|
#
|
|
|
|
FROM s390x/ubuntu:xenial
|
|
|
|
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 libltdl-dev libseccomp-dev pkg-config libsystemd-dev vim-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
|
|
|
ENV GO_VERSION 1.8.3
|
|
RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-s390x.tar.gz" | tar xzC /usr/local
|
|
ENV PATH $PATH:/usr/local/go/bin
|
|
|
|
ENV AUTO_GOPATH 1
|
|
|
|
ENV DOCKER_BUILDTAGS apparmor pkcs11 selinux
|
|
ENV RUNC_BUILDTAGS apparmor selinux
|