Skip to content

Instantly share code, notes, and snippets.

View mikemahoney218's full-sized avatar
🌲

Michael Mahoney mikemahoney218

🌲
View GitHub Profile
@gaborcsardi
gaborcsardi / Dockerfile
Last active October 8, 2022 17:19
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