We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to build the current Dockerfile I get the following error
Dockerfile
Removing intermediate container 36e7352bd87c ---> f4bc1ff22822 Step 35/40 : COPY --from=builder /src/build/release/bin/* /usr/local/bin/ COPY failed: no source files were specified
Since there isn't any file to be copied (Build files are stored on /src/build/Linux/master/release) the build fails.
/src/build/Linux/master/release
The text was updated successfully, but these errors were encountered:
Fixes Dockerfile build problem monero-project#4396
a4065bf
Merge pull request #4397
93f473e
a4065bf Fixes Dockerfile build problem #4396 (OPSXCQ)
+resolved
Sorry, something went wrong.
Fixes Dockerfile build problem monero-project#4396 /monero#4397
d7cefa0
No branches or pull requests
While trying to build the current
Dockerfile
I get the following errorSince there isn't any file to be copied (Build files are stored on
/src/build/Linux/master/release
) the build fails.The text was updated successfully, but these errors were encountered: