#Docker 🐳 – After curl, now it’s time to install git, clone a repo and run some stuff 🤷‍♂️

Hi ! Ok, here goes nothing. If you ever, and I mean, EVER NEED GIT in a docker container. This may help. This lines are a sample on # custom installation for RPI Grove dependencies RUN apt-get update RUN apt-get install -y gcc RUN apt-get install -y curl RUN apt-get install -y git # download…… Continue reading #Docker 🐳 – After curl, now it’s time to install git, clone a repo and run some stuff 🤷‍♂️