Building dev Docker

I’m jumping into the project to get Nucypher to compile on the hardware I have. One issue I ran into is the Docker build does not support Raspberry Pi. Also a local build has issues on the hardware. So, I’m going through the process of getting the tooling to build on my development machine, and going to eventually do an arm build.

I’m getting held up on the apt-get portion from security checks. Particular error message is

Reading package lists…
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/

I could just add sudo before every command, but I’m guessing that’s not preferred.
How is the development environment setup for pulling those files in?

Hey - probably best to ask in discord:

1 Like