Commit Graph

5 Commits

Author SHA1 Message Date
Egor Gavrilov
46acc0834c
chore: use scratch image for Dockerfile instead of distroless (#226)
* Use Google Distroless for compact images, and some refactoring of Dockerfile

* Use "scratch" image instead of Distroless, and some additional optimizations in Dockerfile
2024-09-03 16:15:49 +09:00
Egor Gavrilov
af950c1a94
Use Google Distroless for compact images, and some refactoring of Dockerfile (#208) 2024-08-29 07:50:35 +09:00
xvzc
3b91e015f5 chore: rename the name of binary to spoofdpi 2024-08-27 12:17:35 +09:00
Viktor45
3f90cd3bbf
Update Dockerfile
Better simple Dockerfile

```
$ docker build ./ -t spoof-dpi:latest
$ docker run -ti spoof-dpi:latest spoof-dpi --timeout 2000 --debug
```
2024-08-05 18:20:26 +03:00
Viktor45
db23a85757
Create Dockerfile
Add simple Dockerfile for latest version
2024-08-03 14:24:31 +03:00