Skip to content

Commit

Permalink
build: add cmake build tool
Browse files Browse the repository at this point in the history
We compile liboqs with cmake so add it to the Dockerfile
  • Loading branch information
expressvpn-raihaan-m committed Sep 26, 2023
1 parent 8f5eb07 commit 434f58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
valgrind \
wget \
strace \
vim
vim \
cmake

# Set up ceedling
RUN gem install ceedling
Expand Down

0 comments on commit 434f58b

Please sign in to comment.