cleanup
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2022-05-25 15:06:15 +02:00
parent 2fb0d4c4f6
commit e8a328ed50
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 4 additions and 5 deletions

View File

@ -16,9 +16,9 @@ ADD overlay/ /
RUN apk --update add --virtual .build-deps tar curl && \
apk --update add php8 php8-curl php8-fpm php8-gmp php8-intl php8-mbstring php8-xml \
php8-zip php8-ctype php8-dom php8-fileinfo php8-iconv php8-json php8-session \
php8-simplexml php8-xmlreader php8-zlib php8-pdo_sqlite php8-pdo_mysql\
php8-pdo_pgsql && \
php8-zip php8-ctype php8-dom php8-fileinfo php8-iconv php8-json php8-opcache php8-phar \
php8-session php8-simplexml php8-xmlreader php8-xmlwriter php8-tokenizer php8-zlib \
php8-pdo_sqlite php8-pdo_mysql php8-pdo_pgsql && \
rm -rf /var/www/localhost && \
rm -f /etc/php8/php-fpm.d/www.conf && \
mkdir -p /var/www/app && \

View File

@ -21,7 +21,7 @@ serialize_precision = 17
open_basedir = "/var/www/app:/var/lib/php/tmp_upload:/var/lib/php/session:/var/lib/php/soap_cache"
disable_functions = system, exec, shell_exec, phpinfo, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, move_uploaded_file, chmod, rename, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo
disable_functions = system, exec, shell_exec, phpinfo, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, move_uploaded_file, chmod, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo
disable_classes =
;highlight.string = #DD0000

View File

@ -50,7 +50,6 @@ if [ "${FRESHRSS_DEFAULT_USER}" ]; then
log_info "FreshRSS user successfully created"
./cli/list-users.php | xargs -n1 ./cli/actualize-user.php --user "$FRESHRSS_DEFAULT_USER"
else
rm -f /tmp/out.txt /tmp/err.txt
log_error "FreshRSS error during the creation of a user: ${ERROR}"
exit $EXITCODE
fi