fix automerge issue

This commit is contained in:
Aaron Riedel 2022-07-04 11:13:34 +02:00
parent cccd427ca7
commit a91321c001
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,2 +1,2 @@
FROM nextcloud:24.0.2-fpm
FROM amd64/nextcloud:24.0.2-fpm
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y