open-education-hub / binary-security

Security Summer School, Binary track
https://security-summer-school.github.io/binary/
Other
26 stars 9 forks source link

chapters/mitigations-and-defensive-strategies: Add Dockerfile for 05-rwslotmachine5 #47

Open gabrielmocanu opened 2 weeks ago

gabrielmocanu commented 2 weeks ago

Description:

Create a Dockerfile for 05-rwslotmachine5 exercise.

Requirements:

  1. Use a multi-stage Dockerfile:
  1. Verify the functionality of the solution to ensure that it works as expected after building and running the Dockerfile.

  2. 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.