Created
September 4, 2019 19:58
-
-
Save wrathematics/12a41017fb1071053e2d9178fb1cc90e to your computer and use it in GitHub Desktop.
alpine linux + R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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