mirror of
https://github.com/containers/skopeo.git
synced 2025-08-29 19:42:47 +00:00
Merge pull request #370 from 0x0916/2017-06-22/dockerfile
Dockerfile.build: using ubuntu 17.04
This commit is contained in:
commit
437d608772
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:17.04
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
golang \
|
golang \
|
||||||
@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
git-core \
|
git-core \
|
||||||
libdevmapper-dev \
|
libdevmapper-dev \
|
||||||
libgpgme11-dev \
|
libgpgme11-dev \
|
||||||
go-md2man
|
go-md2man \
|
||||||
|
libglib2.0-dev \
|
||||||
|
libostree-dev
|
||||||
|
|
||||||
ENV GOPATH=/
|
ENV GOPATH=/
|
||||||
WORKDIR /src/github.com/projectatomic/skopeo
|
WORKDIR /src/github.com/projectatomic/skopeo
|
||||||
|
Loading…
Reference in New Issue
Block a user