Skip to content

Commit

Permalink
🔧 Removed build directory /home/renderer/src/osm2pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Dec 23, 2019
1 parent 17a2c6d commit 4ca2e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN mkdir -p /home/renderer/src \
&& make install \
&& mkdir /nodes \
&& chown renderer:renderer /nodes \
&& rm -rf /home/renderer/src/osm2pgsql/build
&& rm -rf /home/renderer/src/osm2pgsql

# Install mod_tile and renderd
RUN mkdir -p /home/renderer/src \
Expand Down

0 comments on commit 4ca2e8f

Please sign in to comment.