Adding fmtlib/fmt to image

This commit is contained in:
stephb9959
2022-03-23 10:15:10 -07:00
parent c4516d30a8
commit f9a83258a9

View File

@@ -46,7 +46,7 @@ RUN make install
FROM build-base AS fmtlib-build
ADD https://api.github.com/repos/fmtlib/fmt/git/refs/heads/master version.json
RUN git clone https://github.com/fmtlib/git /fmtlib
RUN git clone https://github.com/fmtlib/fmt /fmtlib
WORKDIR /fmtlib
RUN mkdir cmake-build