blauwfruit / juice

A CLI upgrade tool for PrestaShop
GNU General Public License v3.0
0 stars 1 forks source link

Copying the missing system requirements from readme is tedious during development process #46

Open muyncky opened 1 month ago

muyncky commented 1 month ago

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