diff --git a/php/Dockerfile-8.3 b/php/Dockerfile-8.3 index 6c8808a..241c77b 100644 --- a/php/Dockerfile-8.3 +++ b/php/Dockerfile-8.3 @@ -94,7 +94,7 @@ RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/re && make \ && make install \ && echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini \ - && rm -rf /tmp/* + && rm -rf /tmp/* \ # <<< End of Imagick installation # Install xdebug