Merge pull request #14969 from tianon/utopic-eol

Remove Ubuntu 14.10 (Utopic Unicorn) from build-deb targets
This commit is contained in:
Jessie Frazelle 2015-07-24 15:48:34 -07:00
commit 5ab4b60e11
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/generate.sh"!
#
FROM ubuntu-debootstrap:utopic
RUN apt-get update && apt-get install -y bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libsqlite3-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
ENV GO_VERSION 1.4.2
RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
ENV PATH $PATH:/usr/local/go/bin
ENV AUTO_GOPATH 1
ENV DOCKER_BUILDTAGS apparmor selinux