opensafely-core / research-template-docker

This provides the devcontainer Docker image used by repos created from the OpenSAFELY research template.
Other
0 stars 0 forks source link

Fix cleaning of rocker-provided R library #17

Closed Jongmassey closed 2 months ago

Jongmassey commented 2 months ago

Previously this line tried to delete a nonexistent path, which would have been overwritten by a later COPY statement anyway. This now actually achieves the intended functionality of that line, whilst preserving packages required for the proper functioning of RStudio.