mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-28 06:05:18 +01:00
Fix Docker build
prometheus-cpp switched to C++14 in April (after we did) so this issue only affects older branches.
This commit is contained in:
@@ -26,7 +26,7 @@ RUN apk add --no-cache git build-base cmake sqlite-dev curl-dev zlib-dev zstd-de
|
|||||||
rm -fr ./games/minetest_game/.git
|
rm -fr ./games/minetest_game/.git
|
||||||
|
|
||||||
WORKDIR /usr/src/
|
WORKDIR /usr/src/
|
||||||
RUN git clone --recursive https://github.com/jupp0r/prometheus-cpp/ && \
|
RUN git clone --recursive https://github.com/jupp0r/prometheus-cpp/ -b v1.0.0 && \
|
||||||
mkdir prometheus-cpp/build && \
|
mkdir prometheus-cpp/build && \
|
||||||
cd prometheus-cpp/build && \
|
cd prometheus-cpp/build && \
|
||||||
cmake .. \
|
cmake .. \
|
||||||
|
|||||||
Reference in New Issue
Block a user