Propably working Dockerfile.

This commit is contained in:
YuruC3
2025-05-11 15:08:26 +02:00
parent 62562b6060
commit 1026bd59d4
11 changed files with 134 additions and 97 deletions

View File

@@ -4,7 +4,7 @@ from whatDomain import *
if os.environ["DEBMIRRORURL"]:
DEBMIRRORURL = str(os.environ["DEBMIRRORURL"])
DEBMIRRORURL = os.environ["DEBMIRRORURL"]
else:
DEBMIRRORURL = "https://www.debian.org/mirror/list"
@@ -144,4 +144,5 @@ def LeJob():
fW.write(ip + "/128" + "\n")
LeJob()