docker-compose up --build on raspberry pi 4 is failing #97
Unanswered
ccdanieldb
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Try |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok I installed docker and docker-compose and updated my docker-compose.yml file as per the instructions but build is failing on step 9 (update) due to the several of the below GTG errors and I do not know why.
GPG error: http://security.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.
My setup is listed below
~/docker-wyze-bridge $ uname -a Linux 5.10.52-v7l+ #1441 SMP Tue Aug 3 18:11:56 BST 2021 armv7l GNU/Linux
~/docker-wyze-bridge $ docker --version Docker version 20.10.8, build 3967b7d
I have dumped the output from
docker-compose up --build
` ~/docker-wyze-bridge $ sudo docker-compose up --build
Beta Was this translation helpful? Give feedback.
All reactions