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 d59fb14 commit 4eb513dCopy full SHA for 4eb513d
.gitpod.Dockerfile
@@ -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
+FROM osgeo/gdal:ubuntu-small-latest
+RUN uname -a && cat /etc/os-release
+# RUN apt-get install -y software-properties-common
+# 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
8
ENV CMAKE_BUILD_TYPE=release
0 commit comments