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

modified: containers/docker/Dockerfile

parent 6ba19cc2
Branches
Tags
1 merge request!9libfmt update
......@@ -10,7 +10,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& source /usr/local/bin/thisroot.sh \
&& cd /tmp \
&& git clone https://github.com/fmtlib/fmt.git && cd fmt \
&& git checkout 5.3.0 && mkdir /tmp/build && cd /tmp/build \
&& git checkout 6.2.1 && mkdir /tmp/build && cd /tmp/build \
&& cmake -DBUILD_SHARED_LIBS=TRUE ../fmt \
&& make -j20 install \
&& cd /tmp && rm -r /tmp/build && rm -r /tmp/fmt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment