mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
8 lines
175 B
Docker
8 lines
175 B
Docker
FROM ubuntu:12.04
|
|
FROM golang:1.5
|
|
|
|
ADD . /go/src/github.com/aws/aws-sdk-go
|
|
|
|
WORKDIR /go/src/github.com/aws/aws-sdk-go
|
|
CMD ["make", "get-deps-tests", "unit-old-go-race-cover"]
|