Skip to content

Commit

Permalink
fixed fc40 web docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 15, 2024
1 parent e9c14b0 commit 5b5c8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmail/fc40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ RUN export HOSTNAME=indimail.org \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& setcap cap_sys_nice+ep /usr/libexec/mysqld \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool \
--config=cert --postmaster=postmaster@indimail.org \
--common_name=indimail.org > /dev/null 2>/tmp/cert.log || \
echo "certificate generation failed" \
&& mkdir -p /var/log/build \
&& /usr/libexec/indimail/roundcube_config > /var/log/build/roundcube.log 2>&1 \
&& setcap cap_sys_nice+ep /usr/libexec/mysqld \
&& (echo "Build Succeeded" && gzip /var/log/build/roundcube.log) || (echo "Build Failed" && cat /var/log/build/roundcube.log && exit 1) \
&& (test -d /var/indimail/mysqldb/data/RoundCube_db && echo "RoundCube db creation succeeded") || \
(echo "RoundCube db creation failed" && gunzip -c /var/log/build/roundcube.log.gz && exit 1)
Expand Down

0 comments on commit 5b5c8ba

Please sign in to comment.