mirror of
https://github.com/friendica/docker
synced 2025-04-01 08:37:23 +02:00
ignore addon.ini.php when copying a new release
This commit is contained in:
parent
b9647b0308
commit
93d514529c
15 changed files with 22 additions and 15 deletions
|
@ -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/*;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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/*;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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/*;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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/*;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
|
@ -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
|
||||||
|
|
|
@ -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/*;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htaccess
|
.htaccess
|
||||||
home.*
|
home.*
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
/config/addon.ini.php
|
Loading…
Add table
Reference in a new issue