🐛 Fixed removed symbolic link

This commit is contained in:
Guillaume Jacquenot 2019-12-25 21:49:31 +01:00
parent a90f8f1d8c
commit dafb4610cd

View File

@ -115,8 +115,7 @@ RUN mkdir -p /home/renderer/src \
&& make -j $(nproc) install \ && make -j $(nproc) install \
&& make -j $(nproc) install-mod_tile \ && make -j $(nproc) install-mod_tile \
&& ldconfig \ && ldconfig \
&& cd .. \ && cd ..
&& rm -rf mod_tile
# Configure stylesheet # Configure stylesheet
RUN mkdir -p /home/renderer/src \ RUN mkdir -p /home/renderer/src \