ci: add cmake to build
All checks were successful
Build and Test / splatie (push) Successful in 12m22s
All checks were successful
Build and Test / splatie (push) Successful in 12m22s
This commit is contained in:
parent
5483ef3595
commit
a5587a318e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM rust:alpine AS chef
|
||||
RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make
|
||||
RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make cmake
|
||||
RUN cargo install cargo-chef
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue