1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

build debian package for armhf ubuntu-xenial

Signed-off-by: Felix Ruess <felix.ruess@gmail.com>
Upstream-commit: 015e83a8da3ccf9f208f92d5d66e5dd159f75ad7
Component: engine
This commit is contained in:
Felix Ruess
2016-10-12 20:43:15 +02:00
committed by Felix Ruess
parent 65878dd980
commit 2bf8a1c8e2

View File

@@ -0,0 +1,12 @@
FROM armhf/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 libsqlite3-dev libsystemd-dev pkg-config vim-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
ENV GO_VERSION 1.7.3
RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-armv6l.tar.gz" | tar xzC /usr/local
ENV PATH $PATH:/usr/local/go/bin
ENV AUTO_GOPATH 1
ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
ENV RUNC_BUILDTAGS apparmor seccomp selinux