Skip to content

Commit

Permalink
bump: php82 to php83
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed May 25, 2024
1 parent 17053b8 commit 2e3472f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions nevinee.iyuu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ RUN apk add --no-cache \
tar \
unzip \
zip \
php82 \
php82-curl \
php82-dom \
php82-json \
php82-mbstring \
php82-openssl \
php82-opcache \
php82-pdo \
php82-pdo_sqlite \
php82-phar \
php82-pcntl \
php82-posix \
php82-simplexml \
php82-sockets \
php82-session \
php82-zip \
php82-zlib \
php82-xml \
php83 \
php83-curl \
php83-dom \
php83-json \
php83-mbstring \
php83-openssl \
php83-opcache \
php83-pdo \
php83-pdo_sqlite \
php83-phar \
php83-pcntl \
php83-posix \
php83-simplexml \
php83-sockets \
php83-session \
php83-zip \
php83-zlib \
php83-xml \
&& git config --global pull.ff only \
&& git config --global --add safe.directory /iyuu \
&& git clone --depth 1 https://github.com/ledccn/IYUUPlus.git /iyuu \
&& echo -e "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=${TZ}" > /etc/php82/conf.d/99-overrides.ini \
&& echo -e "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=${TZ}" > /etc/php83/conf.d/99-overrides.ini \
&& rm -rf /var/cache/apk/* /tmp/*
COPY root2 /
VOLUME ["/iyuu"]

0 comments on commit 2e3472f

Please sign in to comment.