mirror of
https://git.k0rb4k.net/K0RB4K/qotd.git
synced 2026-09-26 21:31:01 +00:00
4 lines
67 B
Docker
4 lines
67 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache cmake make gcc musl-dev
|