5 lines
77 B
Docker
5 lines
77 B
Docker
|
FROM golang:latest
|
||
|
MAINTAINER Mike Purvis
|
||
|
|
||
|
RUN go get github.com/smira/aptly
|