1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2026-06-14 08:34:54 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
JinnaBalu 1c2cbbbe2a Optimized Dockerfile for layer cache and moved all the installations for cache not to rerun the same layer for every code change for Docker container. 2023-09-01 12:32:42 +05:30
Christian Clauss 3fd3ce4cb3 Dockerfile: Use pip dependency resolver
Now that pip has a real dependency resolver, use it to install ALL pip dependencies in a single Docker layer.
* https://pip.pypa.io/en/stable/topics/dependency-resolution
* https://docs.docker.com/storage/storagedriver/#images-and-layers
2023-03-05 09:12:02 +01:00
Christian Clauss d201837d51 requirement.txt --> requirements.txt 2023-03-04 14:30:24 +01:00
Víctor García 108bf23272 Add Docker 2022-12-02 22:16:16 +01:00