Skip to content

Commit

Permalink
replace download link on roundcubemail
Browse files Browse the repository at this point in the history
  • Loading branch information
kipkaev55 committed Oct 26, 2024
1 parent 03ea33a commit a8277a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postfix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apt-get update && \
wget -q http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-2.93/postfixadmin-2.93.tar.gz && \
tar -C /var/www/html/ -xf postfixadmin-2.93.tar.gz && \
ln -s /var/www/html/postfixadmin-2.93/ /var/www/html/postfixadmin && \
wget -q http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.1.4/roundcubemail-1.1.4-complete.tar.gz && \
tar -C /var/www/html/ -xf roundcubemail-1.1.4-complete.tar.gz && \
wget -q https://github.com/roundcube/roundcubemail/releases/download/1.1.4/roundcubemail-1.1.4.tar.gz && \
tar -C /var/www/html/ -xf roundcubemail-1.1.4.tar.gz && \
ln -s /var/www/html/roundcubemail-1.1.4 /var/www/html/roundcubemail && \
chown :syslog /var/log/ && \
chmod 775 /var/log/ && \
Expand Down

0 comments on commit a8277a2

Please sign in to comment.