mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-31 11:52:15 +00:00
Use alpine and build tor from source
This commit is contained in:
parent
5463744e49
commit
38ba81f386
8 changed files with 71 additions and 23 deletions
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='onions',
|
||||
|
||||
version='0.1',
|
||||
version='0.2',
|
||||
|
||||
packages=find_packages(),
|
||||
|
||||
|
@ -31,6 +31,9 @@ setup(
|
|||
"Topic :: System :: Installation/Setup",
|
||||
],
|
||||
|
||||
install_requires=['pyentrypoint',
|
||||
'Jinja2>=2.8',
|
||||
'pycrypto',],
|
||||
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue