You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @gabrielmocanu! I am eager to take care of this issue. I am already on to it, I have managed to create the Dockerfile environment by now, but I am still working on the solution, I still need to find the flag. I have noticed there is a problem with the overwrite functions and I assume it is because of the addresses, but I will take a deeper look.
Hi, @Bianca964.
Please open the pull request to be able to review the Dockerfile first, if you need help with solution let me know. I already have the solution on a private repository.
Description:
Create a Dockerfile for
02-rwslotmachine2
exercise.Requirements:
- Compile the provided C code into an executable.
- Run the compiled executable and ensure it listens or operates on port
31345
.Verify the functionality of the solution to ensure that it works as expected after building and running the Dockerfile.
Ensure the Dockerfile is optimized and avoids unnecessary layers.
Expected Outcome:
A fully working Dockerfile that can be built and executed in two separate stages, satisfying the above requirements.
The text was updated successfully, but these errors were encountered: