2018-07-09 08:51:23 +00:00
|
|
|
FROM seafileltd/base:16.04
|
|
|
|
|
|
|
|
# syslog-ng and syslog-forwarder would mess up the container stdout, not good
|
|
|
|
# when debugging/upgrading.
|
|
|
|
RUN apt update
|
|
|
|
|
|
|
|
RUN apt-get install -y openjdk-8-jre libmemcached-dev zlib1g-dev pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
2018-10-27 08:42:54 +00:00
|
|
|
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy python-requests mysql-client
|
2018-07-09 08:51:23 +00:00
|
|
|
|
|
|
|
RUN apt-get install -y tzdata python-pip python-setuptools python-urllib3 python-ldap python-ceph
|
|
|
|
|
|
|
|
RUN pip install pylibmc django-pylibmc boto twilio oss2
|
|
|
|
|
|
|
|
|
|
|
|
RUN apt clean
|