File: Dockerfile

package info (click to toggle)
golang-github-docker-go 1.5.2~git20160303.d30aec9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: makefile: 23
file content (4 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
FROM golang:1.5.1

COPY . /go/src/github.com/docker/go
WORKDIR /go/src/github.com/docker/go