File: Dockerfile

package info (click to toggle)
golang-github-creack-goselect 0.1.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 102; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
FROM		google/golang:stable
MAINTAINER	Guillaume J. Charmes <guillaume@charmes.net>
CMD		/tmp/a.out
ADD		.	  /src
RUN		cd /src && go build -o /tmp/a.out