|
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
gettext \
|
|
|
gnupg \
|
|
|
mysql-client \
|
|
|
+ rsync \
|
|
|
supervisor \
|
|
|
syslog-ng \
|
|
|
syslog-ng-core \
|
|
@@ -52,6 +53,4 @@ RUN chmod +x /bootstrap-sogo.sh \
|
|
|
|
|
|
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
|
|
|
|
|
|
-VOLUME /usr/lib/GNUstep/SOGo/
|
|
|
-
|
|
|
RUN rm -rf /tmp/* /var/tmp/*
|