As a developer when restarting the containers, I would like to have a simple command that will install apt-get update && apt-get install -y git && apt-get install -y rsync, so that I can much faster repeat the process of breaking down the Docker containers and reinstall everything.
Context
A command like juice/install-system-requirements would be nice
Displaying this command as a suggestion when running juice/check would be nice
Installing it when Docker installs could be an option, but I'm not a fan of a custom Dockerfile
User story
As a developer when restarting the containers, I would like to have a simple command that will install
apt-get update && apt-get install -y git && apt-get install -y rsync
, so that I can much faster repeat the process of breaking down the Docker containers and reinstall everything.Context
juice/install-system-requirements
would be nicejuice/check
would be nice