Skip to content

Commit

Permalink
4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 21, 2024
1 parent ceaaf34 commit 884768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-ubuntu-duckdb4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN apt-get install -y python3 ninja-build cmake

RUN rig add 4.0

RUN R-4.0 -q -e 'pak::pak(c("duckdb", "cpp11", "decor", "devtools"), dependencies = TRUE)'
RUN R-4.0.5 -q -e 'pak::pak(c("duckdb", "cpp11", "decor", "devtools"), dependencies = TRUE)'

ENV DUCKDB_R_DEBUG 1

0 comments on commit 884768b

Please sign in to comment.