flutter-crypto-wallet icon indicating copy to clipboard operation
flutter-crypto-wallet copied to clipboard

Unable to build

Open r4881t opened this issue 3 years ago • 0 comments

I cloned the repo and trying to build, but I get the error as below.

% docker compose up --build
[+] Building 3.4s (7/18)
 => [internal] load build definition from Dockerfile                                                                                                                                 0.0s
 => => transferring dockerfile: 32B                                                                                                                                                  0.0s
 => [internal] load .dockerignore                                                                                                                                                    0.0s
 => => transferring context: 2B                                                                                                                                                      0.0s
 => [internal] load metadata for docker.io/library/debian:latest                                                                                                                     2.7s
 => [ 1/14] FROM docker.io/library/debian:latest@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0                                                             0.0s
 => [internal] load build context                                                                                                                                                    0.0s
 => => transferring context: 16.49kB                                                                                                                                                 0.0s
 => CACHED [ 2/14] RUN apt-get update                                                                                                                                                0.0s
 => ERROR [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc                               0.6s
------
 > [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc:
#0 0.231 Reading package lists...
#0 0.492 Building dependency tree...
#0 0.561 Reading state information...
#0 0.620 E: Unable to locate package lib64stdc++6
#0 0.620 E: Couldn't find any package by regex 'lib64stdc++6'
------
failed to solve: executor failed running [/bin/sh -c apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc]: exit code: 100

I am using Docker Desktop v 4.7.1 (77678), Docker Engine 20.10.14, Compose: v2.4.1 on Apple M1 OS X 12.3.1 (21E258)

r4881t avatar Apr 21 '22 07:04 r4881t