Skip to content

Commit 4eb513d

Browse files
authored
finally! a working config
1 parent d59fb14 commit 4eb513d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitpod.Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
FROM osgeo/ubuntu-small-latest
2-
RUN apt install sudo \
3-
&& add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable \
4-
&& apt install -y libproj-dev
1+
FROM osgeo/gdal:ubuntu-small-latest
2+
RUN uname -a && cat /etc/os-release
3+
# RUN apt-get install -y software-properties-common
4+
# RUN add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
5+
# results in "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
6+
RUN apt-get update --fix-missing
7+
RUN apt-get install -y sudo libproj-dev
58
ENV CMAKE_BUILD_TYPE=release

0 commit comments

Comments
 (0)