Avoir un environnement de travail sécurisé

Docker, toujours plus !

$ run --rm -it -v /tmp/mydir:/tmp alpine:latest /bin/bash
$ apk update && apk upgrade 
$ apk add gcc git python3 py-pip
$ pip3 install logging binascii json struct os glob --break-system-packages

(attention : gcc : 224 Mo)
Puis faire ce que l’on veut, par exemple :

$ git clone https://github.com/fcoiffie/decode-ColorNote.git