-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Challenge 20 seems to be broken #1279
Labels
bug
Something isn't working
Comments
I didn't build the Java source, but took the docker container cp <container_id>:/application.jar .
mv application.jar wrongsecrets-1.8.4-SNAPSHOT.jar docker build -t wind010/wrongsecrets .
docker run -p 8080:8080 wind010/wrongsecrets Logs:
|
PR submitted: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe your environment
AMD64
Windows running docker image of wrongsecrets.
What is the expected behavior?
The executable should run expectedly with the input submission.
What is the actual behavior?
Input of correct flag does not complete challenge.
Please provide a reproducible path or test that demonstrates the bug.
Other notes on how to reproduce the issue
Attempt Challenge 20 on the latest docker image or on heroku: https://wrongsecrets.herokuapp.com/challenge/challenge-20
Please provide relevant logs
Any possible solutions?
Image seems to be missing
libstdc++
the Dockerfile should be updated with:I was able to validate this without building the Dockerfile, but adding the library in the failing running container as
root
:If the bug is confirmed, would you be willing to submit a PR?
Yes
Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered: