Skip to content

Commit

Permalink
🐛 Fixed removed symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Dec 25, 2019
1 parent a90f8f1 commit dafb461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit dafb461

Please sign in to comment.