Fixed double entries breaking the container start.
This commit is contained in:
@@ -73,8 +73,7 @@ for domain in \
|
||||
"marketplace.visualstudio.com" \
|
||||
"vscode.blob.core.windows.net" \
|
||||
"update.code.visualstudio.com" \
|
||||
"pypi.org" \
|
||||
"files.pythonhosted.org"; do
|
||||
"pypi.org" ; do
|
||||
echo "Resolving $domain..."
|
||||
ips=$(dig +noall +answer A "$domain" | awk '$4 == "A" {print $5}')
|
||||
if [ -z "$ips" ]; then
|
||||
|
||||
Reference in New Issue
Block a user