I have my connector built but run into trouble gen...
# connector-development
t
I have my connector built but run into trouble generating the docker file.
pip install --prefix=/install .
gives an error:
error: could not create '/install': Read-only file system
. Seems like the error is happening because it's trying to install at the root file level 
/
 macos won't let you install anything there but it was generated like this so I think I'm missing something.
n
Nathan why are you trying to install the modules using this command?
t
When I run the docker file that's a command that is run.
docker build .
and that's where it errors