Skip to content

Commit

Permalink
package use 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
seafile committed Oct 28, 2024
1 parent 0f46cd7 commit 833d5be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions image/pro_seafile_12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ RUN mkdir -p /etc/ldap/ && echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf &

# Seafile
WORKDIR /opt/seafile
COPY seafile-pro-server-${SEAFILE_VERSION} /opt/seafile/seafile-pro-server-${SEAFILE_VERSION}

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

EXPOSE 80

Expand Down

0 comments on commit 833d5be

Please sign in to comment.