-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContainerfile
More file actions
21 lines (20 loc) · 755 Bytes
/
Copy pathContainerfile
File metadata and controls
21 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM ghcr.io/rocker-org/geospatial:4.6.1
RUN sudo apt-get update \
&& sudo apt install -y curl \
&& sudo curl -sLO https://cdn.posit.co/positron/releases/deb/x86_64/Positron-2026.06.1-6-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.06.1-6-x64.deb \
&& sudo apt install -y \
bat \
fonts-firacode \
r-rig \
zsh \
cargo \
rustc \
gnome-keyring \
&& sudo curl -sS https://starship.rs/install.sh | sh -s -- -y \
&& chsh -s $(which zsh) \
&& rig add 4.6.0 \
&& curl -LsSf https://astral.sh/uv/install.sh | sh