remove managesieve plugin

This commit is contained in:
Sebastian Hugentobler 2016-08-24 14:22:25 +02:00
parent 07fae28874
commit 812fbe87c4
No known key found for this signature in database
GPG key ID: 7BBE74D3F626FC0F
4 changed files with 2 additions and 12 deletions

View file

@ -25,7 +25,7 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/test
RUN ln -s /usr/bin/php7 /usr/bin/php
RUN mkdir /var/lib/roundcube
RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/1.2.0/roundcubemail-1.2.0-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1
RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/1.2.1/roundcubemail-1.2.1-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1
RUN chown -R nginx:nginx /var/lib/roundcube
RUN mkdir /run/nginx