mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2024-12-16 14:57:04 +00: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 /
|