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.
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 errorThe 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 isE: Unable to locate package libffi6
.All answers are greatly appreciated, ~Shark
ps: I think newer versions of debian use libffi7, not libffi6.
@koenvervloesem