Skip to content

Commit

Permalink
R-SQLITE Image
Browse files Browse the repository at this point in the history
  • Loading branch information
aavanesy committed Feb 2, 2024
1 parent aad3390 commit 5ba3f82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions r_images/r_sqlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ghcr.io/cynkra/rig-ubuntu:main

RUN mkdir -p /root/workspace

RUN R -q -e 'pak::pkg_install("DBI")'
RUN R -q -e 'pak::pkg_install("dm")'
RUN R -q -e 'pak::pkg_install("RSQLite")'

RUN apt-get install -y gnupg lsb-release time

0 comments on commit 5ba3f82

Please sign in to comment.