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 🤷♂️
Tag: Curl
#Docker 🐳 – Install and run curl commands
Hi ! Maybe if I write this down, I won’t forget the next time. If I / you need to run curl commands in a docker definition, you only need to have this lines as an example. # custom installation for RPI Grove dependencies defined in requirements.txt RUN apt-get update RUN apt-get install -y gcc…… Continue reading #Docker 🐳 – Install and run curl commands