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 build: ADD failure #2

Open
robsyme opened this issue Dec 4, 2019 · 2 comments
Open

Dockerfile build: ADD failure #2

robsyme opened this issue Dec 4, 2019 · 2 comments

Comments

@robsyme
Copy link

robsyme commented Dec 4, 2019

Hi

I'm looking to build the Docker image from the repository. The Dockerfile contains the line:

ADD vbt /home/varbenchtools

which instructs docker to move the folder vbt into the container, but there is no vbt folder present in the repository. Running docker build on the current repository yields the error:

ADD failed: stat /var/lib/docker/tmp/docker-builder863215763/vbt: no such file or directory

Am I doing something wrong? Is the vbt directory missing from the repository? I notice that the directory is added to the .gitignore file, which would prevent anybody else from building the Docker image.

@mpallocc
Copy link

Same issue here. It's a pity since it prevents the Dockerfile to be finalized.

@YuanfengZhang
Copy link

Not a big deal. Replacing it with "RUN mkdir -p && COPY " command will make it. For convenience, I pushed the docker image at dockerhub: justinzhang1997/vbt-trioanalysis.

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

3 participants