Open rabiejavadian opened 6 months ago
@planetoftheweb What might your preferences or thoughts be on fixing the Dockerfile?
python3-yaml
to the apt-get
command?entrypoint.sh
shell scriptThe inclusion of pyyaml
with the apt-get command means one less Docker image layer which is also a plus!
:grinning:
https://emmer.dev/blog/reducing-docker-layers/
@planetoftheweb
Now that I'm on the correct PR for my comment. :sweat_smile:
@rabiejavadian I'm not looking to take away from your solution. (Really cool!)
Another alternative is to simply comment out the
pip3 install PyYAML
line and addpython3-yaml
to the earlierapt-get
command.For a temporary container a simple solution might be more desirable.