mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2026-01-01 21:21:59 +01:00
4 lines
96 B
Docker
4 lines
96 B
Docker
FROM alpine:latest
|
|
RUN apk add --update gcc musl-dev && rm -rf /var/cache/apk/*
|
|
COPY zombie.c /
|