mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-31 21:55:23 +02:00
remove unused dependencies
This commit is contained in:
parent
a684739b9c
commit
cbaac01790
@ -1,10 +1,8 @@
|
|||||||
FROM php:7.2-apache
|
FROM php:7.2-apache
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libfreetype6-dev \
|
zlib1g-dev \
|
||||||
libjpeg62-turbo-dev \
|
&& docker-php-ext-install zip
|
||||||
libpng-dev \
|
|
||||||
&& docker-php-ext-install pdo_mysql zip
|
|
||||||
|
|
||||||
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.3.7/roundcubemail-1.3.7-complete.tar.gz
|
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.3.7/roundcubemail-1.3.7-complete.tar.gz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user