@yatesco, did you install libzip? In your docker file, it doesn't seem to be
installed. I had to do
sudo apt-get install libzip-dev
Runin order to get the code to work.
@yatesco, did you install libzip? In your docker file, it doesn't seem to be
installed. I had to do
sudo apt-get install libzip-dev
Runin order to get the code to work.