skopeo/Dockerfile.build
Doug Davis 4f7a49ed78 Build binary in a docker container
So that people don't need to install all dependencies just to build.

Make it so that "make binary" does nothing if nothing changed.

Remove ${DEST}

Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-06-29 04:27:54 -07:00

6 lines
149 B
Docker

FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y golang git-core libgpgme11-dev
ENV GOPATH=/
WORKDIR /src/github.com/projectatomic/skopeo