Fix paths again
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user