Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/lychee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && \
curl && \
rm -rf /var/lib/apt/lists/* && \
echo "**** configure imagemagick policy ****" && \
sed -i '/<\/policymap>/i \ <policy domain="coder" rights="read|write" pattern="PDF" \/>' /etc/ImageMagick-6/policy.xml && \
sed -i '/<\/policymap>/i \ <policy domain="coder" rights="read|write" pattern="PDF" \/>' /etc/ImageMagick-7/policy.xml && \
echo "**** install composer ****" && \
curl -sS https://getcomposer.org/installer | php8.5 -- --install-dir=/usr/local/bin --filename=composer && \
update-alternatives --set php /usr/bin/php8.5
Expand Down
2 changes: 1 addition & 1 deletion apps/snipe-it/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
/tmp/snipeit.tar.gz -C \
/app/www/ --strip-components=1 && \
cp /app/www/docker/docker.env /app/www/.env && \
composer install --no-dev -d /app/www && \
composer install --no-dev --ignore-platform-req=php -d /app/www && \
echo "**** move storage directories to defaults ****" && \
mkdir -p /defaults && \
mv \
Expand Down
Loading