Skip to content
Snippets Groups Projects
Commit 1b0e8212 authored by Éloïs's avatar Éloïs
Browse files

build(docker): add cmake

parent 78bdc5d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ARG DUNITER_UI_VER="1.7.x"
RUN apk update && \
apk add ca-certificates curl && \
update-ca-certificates && \
apk add --update python make g++
apk add --update cmake g++ python make
WORKDIR /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