Skip to content
Snippets Groups Projects
Commit cce53140 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: Dockerfile

parent c776c097
No related branches found
No related tags found
No related merge requests found
Pipeline #1730 failed with stages
in 3 minutes and 22 seconds
......@@ -8,7 +8,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \
&& export PATH=/usr/local/bin:$PATH \
&& source /usr/local/bin/thisroot.sh \
&& cd /tmp
&& cd /tmp \
&& git clone https://github.com/fmtlib/fmt.git && cd fmt \
&& git checkout 5.3.0 && mkdir /tmp/build && cd /tmp/build \
&& cmake -DBUILD_SHARED_LIBS=TRUE ../fmt \
......
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