Skip to content

Instantly share code, notes, and snippets.

@wrathematics
Created September 4, 2019 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrathematics/12a41017fb1071053e2d9178fb1cc90e to your computer and use it in GitHub Desktop.
Save wrathematics/12a41017fb1071053e2d9178fb1cc90e to your computer and use it in GitHub Desktop.
alpine linux + R
FROM alpine:3.10.2
RUN apk add R R-dev bash build-base
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment