koenvervloesem / rasa-docker-arm

Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
https://hub.docker.com/r/koenvervloesem/rasa
MIT License
19 stars 2 forks source link

Cannot install libffi6 #7

Closed importshark closed 1 year ago

importshark commented 2 years ago

I'm using Raspbian/Debian 11. I've installed docker, downloaded the directory, when I run sudo make docker, it runs fine until step four, in which the make process stops the error The command '/bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends build-essential wget openssh-client graphviz-dev pkg-config git-core openssl libssl-dev libffi6 libffi-dev libpng-dev' returned a non-zero code: 100 make: *** [Makefile:13: docker] Error 100. The actual error on the part of the command is E: Unable to locate package libffi6.

All answers are greatly appreciated, ~Shark

ps: I think newer versions of debian use libffi7, not libffi6.

@koenvervloesem

importshark commented 1 year ago

It says buster in the readme, so i'll just downgrade :P