FROM alpine:latest

RUN apk update && apk add cmake make git g++ bash curl-dev zlib-dev
