diff --git a/alpine.Dockerfile b/alpine.Dockerfile index 73f2d32c..118fae6b 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -16,6 +16,7 @@ RUN apk add --update --no-cache wget musl-dev && \ git \ build-base \ clang \ + cmake \ llvm \ gn \ tar \