find3 icon indicating copy to clipboard operation
find3 copied to clipboard

Raspi B+ error in docker install

Open cake2 opened this issue 4 years ago • 1 comments

Using latest Raspbian, fresh install, following docker install instructions always ends in error.

$ sudo docker build -t schollz/find3

Step 6/9 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y wget git libc6-dev make pkg-config g++ gcc mosquitto-clients mosquitto python3 python3-dev python3-pip python3-setuptools python3-wheel supervisor libfreetype6-dev python3-matplotlib libopenblas-dev libblas-dev liblapack-dev gfortran ---> Running in 76bb5f91e705

The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y wget git libc6-dev make pkg-config g++ gcc mosquitto-clients mosquitto python3 python3-dev python3-pip python3-setuptools python3-wheel supervisor libfreetype6-dev python3-matplotlib libopenblas-dev libblas-dev liblapack-dev gfortran' returned a non-zero code: 139

cake2 avatar Apr 27 '20 08:04 cake2

What is the full error?

schollz avatar Jul 15 '20 16:07 schollz