You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the Dockerfile, there is this comment:
We install those globally so in the entrypoint.sh script we can run the following commands:
It would be great if we could figure out a better way to do this so we don't have to install those dependencies globally, but I'm not sure if there is an answer to this one.