TheBlueFlame121 / Docker-setups

A collection of different dockers that I use
7 stars 0 forks source link

sagemath - pycryptodome #1

Open Ectario opened 7 months ago

Ectario commented 7 months ago

Just as a suggestion, it might be good to have the pycryptodome python module in sage (in the sage docker) to avoid the sage -pip install pycryptodome command by hand in docker.

Ectario commented 7 months ago

pwntools and tqdm are also not present in sage (sage -pip install pwntools tqdm is also needed)