Skip to content

Commit 833d5be

Browse files
author
seafile
committed
package use 24.04
1 parent 0f46cd7 commit 833d5be

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

image/pro_seafile_12.0/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,8 @@ RUN mkdir -p /etc/ldap/ && echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf &
7373

7474
# Seafile
7575
WORKDIR /opt/seafile
76+
COPY seafile-pro-server-${SEAFILE_VERSION} /opt/seafile/seafile-pro-server-${SEAFILE_VERSION}
7677

77-
RUN mkdir -p /opt/seafile/ && cd /opt/seafile/ && \
78-
wget -O seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz \
79-
"https://download.seafile.top/d/8c29766a64d24122936f/files/?p=/seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz&dl=1" && \
80-
tar -zxvf seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz && \
81-
rm -f seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz
8278

8379
EXPOSE 80
8480

0 commit comments

Comments
 (0)