🐛 Fixed removed symbolic link

master
Guillaume Jacquenot 2019-12-25 21:49:31 +01:00
parent a90f8f1d8c
commit dafb4610cd
1 changed files with 1 additions and 2 deletions

View File

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