Fix paths again

This commit is contained in:
Florian Stosse
2025-08-29 12:32:56 +02:00
parent b44fad777b
commit 514fc8b138

View File

@@ -21,9 +21,9 @@ RUN apt-get update \
FROM compiler-common AS compiler-stylesheet FROM compiler-common AS compiler-stylesheet
WORKDIR /root WORKDIR /root
RUN git clone --single-branch --branch v5.4.0 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 RUN git clone --single-branch --branch v5.9.0 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1
WORKDIR /root/openstreemap-carto WORKDIR /root/openstreetmap-carto
RUN sed -i 's/, "unifont Medium", "Unifont Upper Medium"//g' style/fonts.mss \ RUN sed -i 's/, "unifont Medium", "Unifont Upper Medium"//g' style/fonts.mss \
&& sed -i 's/"Noto Sans Tibetan Regular",//g' style/fonts.mss \ && sed -i 's/"Noto Sans Tibetan Regular",//g' style/fonts.mss \
&& sed -i 's/"Noto Sans Tibetan Bold",//g' style/fonts.mss \ && sed -i 's/"Noto Sans Tibetan Bold",//g' style/fonts.mss \