mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2025-02-25 18:55:21 -06:00
🎨 Docker base for F2.0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM ubuntu:bionic
|
||||
FROM ubuntu:focal
|
||||
|
||||
LABEL maintainer="FlectraHQ <flectra@flectrahq.com>"
|
||||
LABEL authors="FlectraHQ,Jamotion"
|
||||
|
||||
ARG POSTGRESQL_VERSION=10
|
||||
ARG POSTGRESQL_VERSION=12
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@@ -12,7 +12,7 @@ RUN apt-get update && \
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install git gnupg2 python3 curl expect-dev node-less \
|
||||
python3-pillow python3-lxml python-ldap3 python3-dev python3-pip python3-setuptools python3-passlib \
|
||||
python3-pillow python3-lxml python3-ldap3 python3-dev python3-pip python3-setuptools python3-passlib \
|
||||
postgresql-${POSTGRESQL_VERSION} postgresql-server-dev-${POSTGRESQL_VERSION} \
|
||||
fontconfig libxfont2 xfonts-encodings xfonts-utils xfonts-base xfonts-75dpi \
|
||||
npm nodejs libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev libjpeg-dev zlib1g-dev libfontconfig1 libmagickwand-dev -y
|
||||
|
||||
@@ -1,49 +1,59 @@
|
||||
Babel==2.3.4
|
||||
decorator==4.0.10
|
||||
docutils==0.12
|
||||
Babel==2.6.0
|
||||
chardet==3.0.4
|
||||
decorator==4.3.0
|
||||
docutils==0.14
|
||||
ebaysdk==2.1.5
|
||||
feedparser==5.2.1
|
||||
freezegun==0.3.11; python_version < '3.8'
|
||||
freezegun==0.3.15; python_version >= '3.8'
|
||||
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
|
||||
gevent==1.3.4 ; sys_platform != 'win32' and python_version >= '3.7'
|
||||
gevent==1.5.0 ; python_version >= '3.7'
|
||||
gevent==1.4.0 ; sys_platform == 'win32' and python_version < '3.7'
|
||||
greenlet==0.4.10 ; python_version < '3.7'
|
||||
greenlet==0.4.13 ; python_version >= '3.7'
|
||||
html2text==2016.9.19
|
||||
Jinja2==2.8.1
|
||||
greenlet==0.4.15 ; python_version == '3.7'
|
||||
greenlet==0.4.17 ; python_version > '3.7'
|
||||
html2text==2018.1.9
|
||||
idna==2.6
|
||||
Jinja2==2.10.1; python_version < '3.8'
|
||||
# bullseye version, focal patched 2.10
|
||||
Jinja2==2.11.2; python_version >= '3.8'
|
||||
libsass==0.17.0
|
||||
lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
|
||||
lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7'
|
||||
lxml==4.3.2 ; sys_platform != 'win32' and python_version == '3.7'
|
||||
lxml==4.6.1 ; sys_platform != 'win32' and python_version > '3.7'
|
||||
lxml ; sys_platform == 'win32'
|
||||
Mako==1.0.4
|
||||
MarkupSafe==0.23
|
||||
mock==2.0.0
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.1.0
|
||||
num2words==0.5.6
|
||||
oauthlib==2.0.7
|
||||
ofxparse==0.16
|
||||
passlib==1.6.5
|
||||
phonenumbers==8.8.9
|
||||
Pillow==4.0.0
|
||||
psutil==4.3.1; sys_platform != 'win32'
|
||||
psycopg2==2.7.3.1; sys_platform != 'win32'
|
||||
pydot==1.2.3
|
||||
pyldap==2.4.28; sys_platform != 'win32'
|
||||
pyparsing==2.1.10
|
||||
ofxparse==0.19
|
||||
passlib==1.7.1
|
||||
Pillow==5.4.1 ; python_version <= '3.7' and sys_platform != 'win32'
|
||||
Pillow==6.1.0 ; python_version <= '3.7' and sys_platform == 'win32'
|
||||
Pillow==8.0.1 ; python_version > '3.7'
|
||||
polib==1.1.0
|
||||
psutil==5.6.6
|
||||
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
|
||||
psycopg2==2.8.5; sys_platform == 'win32' or python_version >= '3.8'
|
||||
pydot==1.4.1
|
||||
python-ldap==3.1.0; sys_platform != 'win32'
|
||||
pyparsing==2.2.0
|
||||
PyPDF2==1.26.0
|
||||
pyserial==3.1.1
|
||||
python-dateutil==2.5.3
|
||||
pytz==2016.7
|
||||
pyusb==1.0.0
|
||||
PyYAML==3.12 ; python_version < '3.7'
|
||||
PyYAML==3.13 ; python_version >= '3.7'
|
||||
qrcode==5.3
|
||||
reportlab==3.3.0
|
||||
requests==2.20.0
|
||||
suds-jurko==0.6
|
||||
vatnumber==1.2
|
||||
vobject==0.9.3
|
||||
Werkzeug==0.11.15
|
||||
XlsxWriter==0.9.3
|
||||
pyserial==3.4
|
||||
python-dateutil==2.7.3
|
||||
pytz==2019.1
|
||||
pyusb==1.0.2
|
||||
qrcode==6.1
|
||||
reportlab==3.5.13; python_version < '3.8'
|
||||
reportlab==3.5.55; python_version >= '3.8'
|
||||
requests==2.21.0
|
||||
zeep==3.2.0
|
||||
python-stdnum==1.8
|
||||
vobject==0.9.6.1
|
||||
Werkzeug==0.16.1
|
||||
XlsxWriter==1.1.2
|
||||
xlwt==1.3.*
|
||||
xlrd==1.0.0
|
||||
unittest2==1.1.0
|
||||
numpy==1.14.3
|
||||
xlrd==1.1.0; python_version < '3.8'
|
||||
xlrd==1.2.0; python_version >= '3.8'
|
||||
pypiwin32 ; sys_platform == 'win32'
|
||||
pycrypto==2.6.1
|
||||
swagger_spec_validator==2.7.3
|
||||
bravado_core==5.17.0
|
||||
Reference in New Issue
Block a user