Skip to content
Snippets Groups Projects
Commit 6a2c2960 authored by Davis McCarthy's avatar Davis McCarthy
Browse files

Update Dockerfile to install ubuntu packages needed to install the slingshot R pkg

parent dcc77567
No related branches found
No related tags found
No related merge requests found
Pipeline #966 passed
......@@ -15,6 +15,7 @@ RUN sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update
#RUN sudo apt-get update && apt-get install -yq --no-install-recommends python3-pip python3-setuptools
RUN sudo apt-get update && apt-get install -yq --no-install-recommends gdal-bin libgdal-dev
RUN sudo apt-get update && apt-get install -yq --no-install-recommends python3-gdal python3-numpy
RUN sudo apt-get update && apt-get install -yq --no-install-recommends xorg libx11-dev libglu1-mesa-dev libfreetype6-dev
RUN sudo add-apt-repository ppa:thomas-schiex/blender
RUN echo which gdal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment