mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
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>
6 lines
149 B
Docker
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
|