turbo-ci/alpine/Dockerfile

12 lines
234 B
Docker
Raw Normal View History

FROM alpine:3.14.2
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
RUN apk update && apk upgrade
RUN apk add gcc clang \
make meson cmake autoconf \
musl \
g++ \
llvm11