mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
6 lines
159 B
Docker
6 lines
159 B
Docker
FROM ubuntu:16.04
|
|
RUN apt-get update
|
|
RUN apt-get install -y golang git-core libgpgme11-dev go-md2man
|
|
ENV GOPATH=/
|
|
WORKDIR /src/github.com/projectatomic/skopeo
|