Customize the SOGo Integrator plugin for Thunderbird

This commit is contained in:
Michael Kuron
2017-06-16 10:30:40 +02:00
parent 03d4ea5a35
commit c739091a67
6 changed files with 163 additions and 0 deletions

View File

@@ -11,12 +11,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
cron \
gnupg \
make \
mysql-client \
supervisor \
syslog-ng \
syslog-ng-core \
syslog-ng-mod-redis \
tar \
wget \
zip \
&& rm -rf /var/lib/apt/lists/* \
&& dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" \