add cmake
This commit is contained in:
parent
2d47be2af4
commit
ad3c8478b3
@ -10,5 +10,9 @@ RUN rustup component add rustfmt-preview
|
|||||||
|
|
||||||
RUN cargo install cargo-release
|
RUN cargo install cargo-release
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
cmake \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user