Open hfxcarl opened 3 years ago
It seems the error is with the Dockerfile 'Run apt upgrade' line. Adjusting this to the following fixed the problem. RUN apt-get update && apt-get upgrade -y
Thank you. I downloaded the tar.gz file, latest build. Unzipped it. cd'd into folder. Changed the Docker file within to have the -y
within it like you described, then ran Docker build .
. And this appears so far to have worked.
Docker build fails after downloading fmridenoise-0.2.1.tar.gz on my Mac OS 10.15.7 with Docker v3.2.2. The output error: $ docker build . [+] Building 8.7s (7/12)
=> [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 407B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/ubuntu:focal 0.0s => [1/8] FROM docker.io/library/ubuntu:focal 0.0s => [internal] load build context 0.8s => => transferring context: 31.67MB 0.7s => [2/8] RUN apt update 7.3s => ERROR [3/8] RUN apt upgrade 1.2s