mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-06-08 15:47:46 +00:00
Bump to tor 0.4.4.7
Add rust in the tor build stage also ignore GPG_KEY to avoid waring at startup
This commit is contained in:
parent
5d4e7a6c9c
commit
3a65c8dc48
2 changed files with 4 additions and 3 deletions
|
@ -198,7 +198,8 @@ class Setup(object):
|
|||
for reg, call in match_map:
|
||||
for key, val in os.environ.items():
|
||||
m = match(reg, key)
|
||||
if m:
|
||||
# Ignore GPG_KEY env variable to avoid warning (this is a deprecated setup)
|
||||
if m and key != 'GPG_KEY':
|
||||
try:
|
||||
call(m.groups()[0].lower(), val)
|
||||
except BaseException as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue