Update Dockerfile to pull ResourceSpace 10.6

This commit is contained in:
Chris Evans
2025-07-28 14:47:23 +01:00
parent f458dda093
commit 7102ce971f

View File

@@ -49,11 +49,12 @@ ADD cronjob /etc/cron.daily/resourcespace
WORKDIR /var/www/html WORKDIR /var/www/html
RUN rm -f index.html \ RUN rm -f index.html \
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.5 . \ && svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
&& mkdir -p filestore \ && mkdir -p filestore \
&& chmod 777 filestore \ && chmod 777 filestore \
&& chmod -R 777 include/ && chmod -R 777 include/
# Copy custom entrypoint script # Copy custom entrypoint script
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh