forked from mirrors/qotd
4 lines
67 B
Docker
4 lines
67 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache cmake make gcc musl-dev
|