diff --git a/Containerfile b/Containerfile index 6cb3e70..af33524 100644 --- a/Containerfile +++ b/Containerfile @@ -1,12 +1,12 @@ -FROM ghcr.io/rocker-org/geospatial:4.5.3 +FROM ghcr.io/rocker-org/geospatial:4.6.0 RUN sudo apt-get update \ && sudo apt install -y curl \ - && sudo curl -sLO https://cdn.posit.co/positron/releases/deb/x86_64/Positron-2026.03.0-212-x64.deb \ + && sudo curl -sLO https://cdn.posit.co/positron/releases/deb/x86_64/Positron-2026.05.2-3-x64.deb \ && sudo curl -L https://rig.r-pkg.org/deb/rig.gpg -o /etc/apt/trusted.gpg.d/rig.gpg \ && sudo sh -c 'echo "deb http://rig.r-pkg.org/deb rig main" > /etc/apt/sources.list.d/rig.list' \ && sudo apt-get update \ - && sudo apt install -y ./Positron-2026.03.0-212-x64.deb \ + && sudo apt install -y ./Positron-2026.05.2-3-x64.deb \ && sudo apt install -y \ bat \ fonts-firacode \ @@ -14,6 +14,8 @@ RUN sudo apt-get update \ zsh \ cargo \ rustc \ + gnome-keyring \ && sudo curl -sS https://starship.rs/install.sh | sh -s -- -y \ && chsh -s $(which zsh) \ - && rig add 4.5.3 + && rig add 4.6.0 \ + && curl -LsSf https://astral.sh/uv/install.sh | sh