Skip to content
Snippets Groups Projects
Commit f442e6eb authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

fix Dockerfile

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