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
hello, I have some problems when run the code docker build -t goldphish .
docker build -t goldphish .
Dockerfile:32 -------------------- 30 | 31 | COPY . ./ 32 | >>> RUN python3 -m compileall . 33 | -------------------- ERROR: failed to solve: process "/bin/sh -c python3 -m compileall ." did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
I have been facing the same issue, Could you please help us if you were able to resolve the issue.
Sorry, something went wrong.
Looking into it! My apologies.
Thank you for the report! It should be fixed in the latest commit, 51760b1
No branches or pull requests
hello, I have some problems when run the code
docker build -t goldphish .
The text was updated successfully, but these errors were encountered: