File: Dockerfile

package info (click to toggle)
golang-github-docker-go 0.0~git20160303.0.d30aec9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 440 kB
  • ctags: 502
  • 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