mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2026-04-16 23:57:23 +02:00
Working test
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
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/
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --update gcc musl-dev && rm -rf /var/cache/apk/*
|
||||
COPY zombie.c /
|
||||
RUN cc -Wall -Werror -o /zombie /zombie.c
|
||||
RUN mv /zombie /mount/
|
||||
|
||||
Reference in New Issue
Block a user