From 8150ca77b28f03f7a813faea550ebaf7fa5157ea Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 2 Dec 2022 17:29:44 +0100 Subject: [PATCH] this isn't required anymore either --- webmails/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/webmails/Dockerfile b/webmails/Dockerfile index 19b739c9..2421e9ba 100644 --- a/webmails/Dockerfile +++ b/webmails/Dockerfile @@ -18,7 +18,6 @@ RUN set -euxo pipefail \ aspell-uk aspell-ru aspell-fr aspell-de aspell-en \ ; rm /etc/nginx/http.d/default.conf \ ; rm /etc/php81/php-fpm.d/www.conf \ - ; ln -s /usr/bin/php81 /usr/bin/php \ ; gpg --import /tmp/snappymail.asc \ ; gpg --import /tmp/roundcube.asc \ ; echo extension=snuffleupagus > /etc/php81/conf.d/snuffleupagus.ini \