Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hfmartinez authored Nov 30, 2023
1 parent 78bc6d0 commit f0bf2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt install -y --no-install-recommends software-properties-common dirmngr &&
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc && \
add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" && \
apt-get update && \
apt-get upgrade && \
apt-get upgrade -y && \
apt-get install -y r-base-core libgdal-dev libudunits2-dev libssl-dev

RUN apt-get install -y grass grass-doc
Expand Down

0 comments on commit f0bf2ca

Please sign in to comment.