Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e3772e0e authored by Benoît's avatar Benoît
Browse files

chore: Bump tt-rss

parent 330a4dc8
No related branches found
No related tags found
No related merge requests found
Pipeline #53697 passed with warnings
......@@ -12,16 +12,16 @@ RUN \
curl \
git \
grep \
php82-pecl-apcu \
php82-curl \
php82-dom \
php82-gd \
php82-iconv \
php82-intl \
php82-pcntl \
php82-pdo_pgsql \
php82-pgsql \
php82-posix \
php83-pecl-apcu \
php83-curl \
php83-dom \
php83-gd \
php83-iconv \
php83-intl \
php83-pcntl \
php83-pdo_pgsql \
php83-pgsql \
php83-posix \
tar && \
echo "**** install software ****" && \
mkdir -p \
......@@ -30,8 +30,8 @@ RUN \
mv -f /tmp/tt-rss/* /var/www/html/ && \
chown -R abc:abc /var/www/html/cache/* && \
chmod -R 750 /var/www/html/cache/* && \
echo "**** link php82 to php ****" && \
ln -sf /usr/bin/php82 /usr/bin/php && \
echo "**** link php83 to php ****" && \
ln -sf /usr/bin/php83 /usr/bin/php && \
echo "**** cleanup ****" && \
rm -rf /tmp/* /etc/nginx/conf.d/stream.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment