rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install virtualenv and build in the Package Manager image for git-builders

tnederlof opened this issue · comments

Using the package-manager image today, fails when trying to setup a Python git builder due to the absence of build and virtualenv. This is especially painful when using our helm charts with the public images.

We should install these in the image itself into whatever Python PPM will use by default to do the git building so it just works when they follow the quickstart instructions.

This is a known issue in Package Manager. See: https://github.com/rstudio/package-manager/issues/12544