Skip to content

Commit

Permalink
Add cmake (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jun 19, 2024
1 parent d817de8 commit cf19497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
FROM base-image

# Build toolchains
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
build-essential \
wget \
curl \
gcc \
g++ \
make \
cmake \
libtool \
autoconf \
automake \
Expand Down

0 comments on commit cf19497

Please sign in to comment.