This is probably a dumb question because I’m kinda new to Docker.
I have a working and debugged docker file with lots of apt installs and other goodies that I know works correctly.
Now if I want the same or very similar set of installs but for some reason I cannot run it under docker, I ask myself, why can’t I “execute” the docker file directly to install the same stuff?
Because I find myself going to create an elaborate bash script by copy and pasting (more or less) steps out of the docker file?