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

Dockerfile doesn't build out directories #2410

Closed
rib3ye opened this issue Jan 17, 2019 · 2 comments
Closed

Dockerfile doesn't build out directories #2410

rib3ye opened this issue Jan 17, 2019 · 2 comments

Comments

@rib3ye
Copy link

rib3ye commented Jan 17, 2019

$ docker build -t grin -f etc/Dockerfile.floonet .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/<username>/etc: no such file or directory

Also tried with sudo and etc/Dockerfile . but didn't work.

Using Ubuntu 18.04 x64
Docker version 18.09.1, build 4c52b90

@0xmichalis
Copy link
Contributor

0xmichalis commented Jan 18, 2019

/home/<username>/etc

This error doesn't make much sense I am afraid. Supposedly, you should have something like /home/<username>/grin/etc. Are you sure, you are running the command from the correct directory (you should be in the root of the grin repo)?

The docker build works fine on my machine (Fedora 28 with docker version 17.05.0-ce).

@rib3ye
Copy link
Author

rib3ye commented Jan 18, 2019

Yeah, simple fix... I wasn't running it from the grin dir.

@rib3ye rib3ye closed this as completed Jan 18, 2019
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

2 participants