2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 22:24:57 +02:00

ignore addon.ini.php when copying a new release

This commit is contained in:
Philipp Holzer 2018-10-05 21:20:25 +02:00
parent b9647b0308
commit 93d514529c
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
15 changed files with 22 additions and 15 deletions

View file

@ -10,7 +10,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
git \ git \
# mail() support # For mail() support
ssmtp \ ssmtp \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -7,7 +7,7 @@ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
git \ git \
# mail() support # For mail() support
ssmtp; ssmtp;
# install the PHP extensions we need # install the PHP extensions we need

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -10,7 +10,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
git \ git \
# mail() support # For mail() support
ssmtp \ ssmtp \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -10,7 +10,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
git \ git \
# mail() support # For mail() support
ssmtp \ ssmtp \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -7,7 +7,7 @@ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
git \ git \
# mail() support # For mail() support
ssmtp; ssmtp;
# install the PHP extensions we need # install the PHP extensions we need

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -10,7 +10,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
git \ git \
# mail() support # For mail() support
ssmtp \ ssmtp \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php

View file

@ -6,7 +6,7 @@ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
git \ git \
# mail() support # For mail() support
ssmtp; ssmtp;
# install the PHP extensions we need # install the PHP extensions we need

View file

@ -9,7 +9,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
git \ git \
# mail() support # For mail() support
ssmtp \ ssmtp \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View file

@ -4,4 +4,5 @@
.htconfig.php .htconfig.php
.htaccess .htaccess
home.* home.*
/config/local.ini.php /config/local.ini.php
/config/addon.ini.php