Propably working Dockerfile.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user