mirror of
https://github.com/friendica/docker
synced 2025-03-30 07:55:17 +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 \
|
||||
bzip2 \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -7,7 +7,7 @@ RUN set -ex; \
|
|||
apk add --no-cache \
|
||||
rsync \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp;
|
||||
|
||||
# install the PHP extensions we need
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -10,7 +10,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -10,7 +10,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -7,7 +7,7 @@ RUN set -ex; \
|
|||
apk add --no-cache \
|
||||
rsync \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp;
|
||||
|
||||
# install the PHP extensions we need
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -10,7 +10,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
|
@ -6,7 +6,7 @@ RUN set -ex; \
|
|||
apk add --no-cache \
|
||||
rsync \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp;
|
||||
|
||||
# install the PHP extensions we need
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
git \
|
||||
# mail() support
|
||||
# For mail() support
|
||||
ssmtp \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
.htconfig.php
|
||||
.htaccess
|
||||
home.*
|
||||
/config/local.ini.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
Loading…
Add table
Reference in a new issue