We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25270de commit d59fb14Copy full SHA for d59fb14
.gitpod.Dockerfile
@@ -1,2 +1,5 @@
1
FROM osgeo/ubuntu-small-latest
2
-RUN apt install sudo
+RUN apt install sudo \
3
+ && add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable \
4
+ && apt install -y libproj-dev
5
+ENV CMAKE_BUILD_TYPE=release
0 commit comments