Separate devel and latest images.
This commit is contained in:
parent
5c60e1024e
commit
c6b40e9c85
|
@ -0,0 +1,4 @@
|
|||
FROM golang:latest
|
||||
MAINTAINER Mike Purvis
|
||||
|
||||
RUN go get github.com/smira/aptly
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu
|
||||
FROM debian:jessie
|
||||
MAINTAINER Mike Purvis
|
||||
|
||||
# Instructions from: http://www.aptly.info/download/
|
Loading…
Reference in New Issue