mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2026-03-05 22:07:22 +01:00
zombietest: build container
This commit is contained in:
9
zombietest/build/Dockerfile
Normal file
9
zombietest/build/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM golang:1.5.1
|
||||
|
||||
COPY ../../*.go /go/src/github.com/peterbourgon/runsvinit
|
||||
RUN go install -v github.com/peterbourgon/runsvinit
|
||||
RUN mv /go/bin/runsvinit /mount/
|
||||
|
||||
COPY zombie.c /
|
||||
RUN cc -Wall -Werror -o /zombie /zombie.c
|
||||
RUN mv /zombie /mount/
|
||||
Reference in New Issue
Block a user