Skip to content

Commit d59fb14

Browse files
authored
install libproj-dev and set cmake build env type
1 parent 25270de commit d59fb14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitpod.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
FROM osgeo/ubuntu-small-latest
2-
RUN apt install sudo
2+
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

Comments
 (0)