Skip to content
Snippets Groups Projects
Commit 3b84a169 authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Moul
Browse files

Dockerfile: Add missing build CMake dependency

parent 15d3f66a
No related branches found
No related tags found
No related merge requests found
Pipeline #18363 passed
......@@ -14,7 +14,7 @@ COPY . .
RUN test -x build/duniter || \
( \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y clang \
DEBIAN_FRONTEND=noninteractive apt-get install -y clang cmake \
)
# build duniter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment