Match current live environment as much as possible
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
d31ea4b73a
commit
15fe007253
|
@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
# Application level requirements #
|
# Application level requirements #
|
||||||
##################################
|
##################################
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN INSTALL_PKGS="git" && \
|
RUN INSTALL_PKGS="git gcc libssl-dev" && \
|
||||||
apt-get -q clean && \
|
apt-get -q clean && \
|
||||||
apt-get -q update && \
|
apt-get -q update && \
|
||||||
apt-get install -y $INSTALL_PKGS && \
|
apt-get install -y $INSTALL_PKGS && \
|
||||||
|
|
|
@ -1,13 +1,42 @@
|
||||||
Babel==2.9.1
|
attr==0.1.0
|
||||||
docutils==0.18.1
|
attrs==16.1.0
|
||||||
Genshi==0.7.7
|
certifi==2019.6.16
|
||||||
html5lib==1.1
|
cffi==1.8.2
|
||||||
Pygments==2.5.2
|
chardet==3.0.4
|
||||||
pytz==2024.1
|
#cryptography==1.5
|
||||||
six==1.16.0
|
cryptography==3.3.2
|
||||||
|
dnspython==1.16.0
|
||||||
|
enum==0.4.6
|
||||||
|
enum34==1.1.6
|
||||||
|
## !! Could not determine repository location
|
||||||
|
Genshi==0.7
|
||||||
|
html5lib==1.0.1
|
||||||
|
idna==2.8
|
||||||
|
ipaddress==1.0.17
|
||||||
|
lockfile==0.12.2
|
||||||
|
NavAdd==0.1.1
|
||||||
|
ndg-httpsclient==0.4.2
|
||||||
|
oauthlib==3.0.2
|
||||||
|
Pillow==6.1.0
|
||||||
|
pyasn1==0.1.9
|
||||||
|
pyasn1-modules==0.0.8
|
||||||
|
pycparser==2.14
|
||||||
|
pydns==2.3.6
|
||||||
|
Pygments==2.1.3
|
||||||
|
pyOpenSSL==16.1.0
|
||||||
|
requests==2.22.0
|
||||||
|
requests-oauthlib==1.2.0
|
||||||
|
service-identity==16.0.0
|
||||||
|
six==1.10.0
|
||||||
|
spambayes==1.1b3
|
||||||
|
#-e git+/home/warner/repos/spammer-watcher.git@5ed51dcbc50661aa8c47b0fe577e0eaa379ec816#egg=spammer_watcher
|
||||||
textile==3.0.4
|
textile==3.0.4
|
||||||
Trac==1.0.13
|
Trac==1.0.13
|
||||||
TracAccountManager==0.6.0
|
trac-github==2.3
|
||||||
|
TracAccountManager==0.5.0
|
||||||
TracHTTPAuth==1.2
|
TracHTTPAuth==1.2
|
||||||
TracXMLRPC==1.1.9
|
TracSpamFilter==1.0.11
|
||||||
|
Twisted==16.4.1
|
||||||
|
urllib3==1.25.3
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
|
zope.interface==4.3.2
|
||||||
|
|
Loading…
Reference in New Issue