aptly-docker/devel/Dockerfile

8 lines
127 B
Docker
Raw Normal View History

2014-11-12 17:55:13 +00:00
FROM golang:latest
MAINTAINER Mike Purvis
RUN go get github.com/smira/aptly
ADD aptly.conf /etc/aptly.conf
2014-11-12 19:12:03 +00:00
VOLUME ["/aptly"]