Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with flutter not found #1

Open
paines opened this issue Dec 4, 2021 · 0 comments
Open

Fails with flutter not found #1

paines opened this issue Dec 4, 2021 · 0 comments

Comments

@paines
Copy link

paines commented Dec 4, 2021

I wanted to check out how I would devleop an iOS App with Flutter and Linux. SO I cloned the repo and executed"

docker build -t codemagic-demo .

This will run for a while pulling Android SDKs and such, doing apt-get command etc, and then fail in the end with

....
...
..
Setting up lcov (1.13-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Cloning into 'flutter'...
/bin/sh: 1: /flutter/bin/flutter: not found
The command '/bin/sh -c apt-get update &&     apt-get install -y lcov git-core curl unzip &&     git clone https://github.com/flutter/flutter.git &&     /flutter/bin/flutter doctor &&     apt-get remove -y curl unzip &&     apt autoremove -y &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant