We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f46cd7 commit 833d5beCopy full SHA for 833d5be
1 file changed
image/pro_seafile_12.0/Dockerfile
@@ -73,12 +73,8 @@ RUN mkdir -p /etc/ldap/ && echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf &
73
74
# Seafile
75
WORKDIR /opt/seafile
76
+COPY seafile-pro-server-${SEAFILE_VERSION} /opt/seafile/seafile-pro-server-${SEAFILE_VERSION}
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
82
83
EXPOSE 80
84
0 commit comments