- Switch to rx3/mariadb-mga9:1.0.0 image,

- Now full Rx3 based!
This commit is contained in:
2024-08-27 23:43:01 +02:00
parent d49d23a60a
commit 10495dbfa5
5 changed files with 33 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ RUN urpmi --force wget ffmpeg lib64opencl1 flac inotify-tools lame lib64avcodec5
&& find /var/www -type d -name ".git*" -print0 | xargs -0 rm -rf {} \
&& chown -R root:root /var/www \
&& chmod -R 775 /var/www \
&& echo -e '${AMPACHE}' | sed -e 's/ *$//' > /etc/init.d/ampache \
&& echo -e '${AMPACHE}' | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/ampache \
&& chmod a+x /etc/init.d/ampache \
&& ln -s /etc/init.d/ampache /etc/rcD.d/S40ampache \
&& sed -i -e "s/upload_max_filesize = 16M/upload_max_filesize = 32M/" /etc/php.d/01_fileuploads.ini \