Closed daroczig closed 5 years ago
Yup, that's the right file. this looks good to me, thanks much!
Interesting that it want clang now, guess that will increase the build size but probably not a bad thing.
guess that will increase the build size
I would suspect that it is a wash -- the parsing may have been done with a local 'inside the RStudio blob' copy of libclang and it appears this can now be done with the distro version. But if my hunch is right then this is all for the C++ etc parsing the editor has been doing for some time.
This fixes the issue described in #133 -- by updating the download URL of the most recent RStudio Server, and also adding the new dependencies introduced by the new version.
@cboettig, can you please check if I've updated the right file and let me know if I should do this update anywhere else or something looks bad. I've built this
Dockerfile
locally and seems to work fine.