update to use containerd seccomp package
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
9ff5e389ff
commit
09243b740c
8199 changed files with 30742 additions and 1598219 deletions
20
vendor/github.com/docker/distribution/project/dev-image/Dockerfile
generated
vendored
20
vendor/github.com/docker/distribution/project/dev-image/Dockerfile
generated
vendored
|
@ -1,20 +0,0 @@
|
|||
FROM ubuntu:14.04
|
||||
|
||||
ENV GOLANG_VERSION 1.4rc1
|
||||
ENV GOPATH /var/cache/drone
|
||||
ENV GOROOT /usr/local/go
|
||||
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
|
||||
|
||||
ENV LANG C
|
||||
ENV LC_ALL C
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
wget ca-certificates git mercurial bzr \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz --quiet && \
|
||||
tar -C /usr/local -xzf go$GOLANG_VERSION.linux-amd64.tar.gz && \
|
||||
rm go${GOLANG_VERSION}.linux-amd64.tar.gz
|
||||
|
||||
RUN go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
Loading…
Add table
Add a link
Reference in a new issue