Skip to content

Instantly share code, notes, and snippets.

View mikemahoney218's full-sized avatar
🌲

Michael Mahoney mikemahoney218

🌲
View GitHub Profile
@mikemahoney218
mikemahoney218 / Dockerfile
Created October 7, 2022 01:21 — forked from gaborcsardi/Dockerfile
Dockerfile for R-devel with clang 15 and libc++-15
FROM tuxmake/clang-15
RUN apt-get update -y ; apt-get install -y curl
RUN curl -Ls https://github.com/r-lib/rig/releases/download/latest/rig-linux-latest.tar.gz | tar xz -C /usr/local
RUN rig add devel
RUN mkdir ~/.R