mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 17:02:43 +00:00
8 lines
151 B
Text
8 lines
151 B
Text
|
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", "unit"]
|