mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
6.2.13
add the necessary additional packages [fixed] invlaid seafile package
This commit is contained in:
parent
ceb4826d6e
commit
400070158e
2
ci/ci.sh
2
ci/ci.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
version=6.2.10
|
||||
version=6.2.13
|
||||
set -e -x
|
||||
./ci/install_deps.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
server_version=6.2.10
|
||||
server_version=6.2.13
|
||||
|
||||
base_image=seafileltd/base:16.04
|
||||
base_image_squashed=seafileltd/base:16.04-squashed
|
||||
|
|
|
@ -7,8 +7,9 @@ RUN apt update
|
|||
RUN apt-get install -y openjdk-8-jre libmemcached-dev zlib1g-dev pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy python-requests
|
||||
|
||||
RUN apt-get install -y python-pip python-setuptools python-urllib3
|
||||
RUN apt-get install -y python-pip python-setuptools python-urllib3 python-ldap python-ceph
|
||||
|
||||
RUN pip install pylibmc django-pylibmc boto twilio oss2
|
||||
|
||||
RUN pip install oss2 django-pylibmc
|
||||
|
||||
RUN apt clean
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
FROM seafileltd/pro-base:16.04
|
||||
WORKDIR /opt/seafile
|
||||
|
||||
ENV SEAFILE_VERSION=6.2.10 SEAFILE_SERVER=seafile-pro-server
|
||||
ENV SEAFILE_VERSION=6.2.13 SEAFILE_SERVER=seafile-pro-server
|
||||
|
||||
RUN mkdir -p /etc/my_init.d
|
||||
|
||||
RUN mkdir -p /opt/seafile/
|
||||
|
||||
RUN curl -sSL -G -d "p=/seafile-pro-server_${SEAFILE_VERSION}_x86-64.tar.gz&dl=1" https://download.seafile.top/d/8c29766a64d24122936f/files/ \
|
||||
RUN curl -sSL -G -d "p=/seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz&dl=1" https://download.seafile.top/d/8c29766a64d24122936f/files/ \
|
||||
| tar xzf - -C /opt/seafile/
|
||||
|
||||
ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh
|
||||
|
|
Loading…
Reference in a new issue