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

Build fails using docker on Arch Linux #6739

Open
ghost opened this issue Jan 22, 2022 · 1 comment
Open

Build fails using docker on Arch Linux #6739

ghost opened this issue Jan 22, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 22, 2022

Describe the bug
Docker build fails on Linux 5.16.1-arch1-1 #1 SMP PREEMPT x86_64 GNU/Linux and Docker version 20.10.12, build e91ed5707e.

To Reproduce
Install Arch Linux (e.g., in a VM), then:

sudo pacman -Syu docker
mkdir $HOME/temp
cd $HOME/temp
git clone https://github.com/tribler/tribler --recursive
docker build -t triblercore/triblercore:latest .

Expected
Docker build succeeds.

Actual
Error:

unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat $HOME/temp/Dockerfile: no such file or directory

@ghost ghost added the type: bug label Jan 22, 2022
@ghost ghost changed the title Docker build fails on Arch Linux Build fails using docker on Arch Linux Jan 22, 2022
@drew2a
Copy link
Collaborator

drew2a commented Mar 3, 2022

Related to #6740

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

No branches or pull requests

2 participants