File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install -y --no-install-recommends \
1010 libudunits2-dev libgdal-dev libgeos-dev \
1111 libproj-dev pandoc libmagick++-dev \
1212 libglpk-dev libnode-dev \
13- wget git rsync \
13+ wget git rsync curl \
1414 && sed 's/value="1GiB"/value="8GiB"/1' /etc/ImageMagick-6/policy.xml > /etc/ImageMagick-6/policy.xml
1515
1616RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.25/quarto-1.8.25-linux-amd64.deb \
@@ -21,6 +21,11 @@ RUN install.r devtools rmarkdown quarto tidyverse gifski ggrepel ggpubr \
2121 && installGithub.r rundel/checklist rundel/parsermd djnavarro/jasmines \
2222 && installGithub.r Selbosh/ggchernoff
2323
24+ RUN curl -LsSf https://astral.sh/uv/install.sh | sh \
25+ && source $HOME/.local/bin/env \
26+ && uv python install 3.14 \
27+ && uv python pin 3.14
28+
2429RUN apt-get clean \
2530 && rm -rf /var/lib/apt/lists/*
2631
You can’t perform that action at this time.
0 commit comments