[docker] Remove source tree from image

This commit is contained in:
Matthias Kuhn 2017-08-23 14:22:05 +02:00
parent c606abc702
commit 8c7b29db66
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -32,4 +32,4 @@ RUN cmake \
-DDISABLE_DEPRECATED=ON \
.. \
&& ninja install \
&& rm -rf /usr/src/QGIS/build/*
&& rm -rf /usr/src/QGIS