kipkaev55 / postfix-dovecot-roundcube

docker for postfix with dovecot and roundcube
11 stars 8 forks source link

failed to solve: "..." did not complete successfully: exit code: 100 #1

Closed umrashrf closed 2 days ago

umrashrf commented 2 days ago
failed to solve: process "/bin/sh -c apt-get update &&     apt-get install -y wget postfix-mysql     dovecot-mysql dovecot-imapd dovecot-pop3d dovecot-lmtpd     php5-imap postfixadmin roundcube     mc telnet nano ca-certificates     mailutils dnsutils systemd htop mc     sasl2-bin opendkim opendkim-tools &&     adduser vmail -q --home /var/vmail --uid 1150 --disabled-password --gecos \"\" &&     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 &&     ln -s /var/www/html/roundcubemail-1.1.4 /var/www/html/roundcubemail &&     chown :syslog /var/log/ &&     chmod 775 /var/log/ &&     chmod +x /var/www/html/postfixadmin/scripts/postfixadmin-cli &&     ln -s /var/www/html/postfixadmin/scripts/postfixadmin-cli /usr/bin/postfixadmin-cli" did not complete successfully: exit code: 100
kipkaev55 commented 2 days ago

The old version on SourceForge is no longer available, replaced the link to the same version on GitHub