# Functions
GenerateDockerfileContent generates a Dockerfile from the DockerfileContent struct.
# Structs
DockerfileContent holds the entirety of the Dockerfile data structure.
DockerfileStage represents each stage in a Dockerfile with its associated instructions.