Skip to content

Commit 23102e3

Browse files
committedAug 22, 2017
[docker] Install to /usr prefix
1 parent 6fd3c10 commit 23102e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ WORKDIR /usr/src/QGIS/build
1717

1818
RUN cmake \
1919
-GNinja \
20+
-DCMAKE_INSTALL_PREFIX=/usr \
2021
-DWITH_STAGED_PLUGINS=ON \
2122
-DWITH_GRASS=ON \
2223
-DSUPPRESS_QT_WARNINGS=ON \

0 commit comments

Comments
 (0)
Please sign in to comment.