We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10bf64 commit af00895Copy full SHA for af00895
1 file changed
Dockerfile.php8-review
@@ -23,4 +23,6 @@ RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /root/.bashrc
23
RUN composer global require icanhazstring/composer-unused \
24
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
25
26
+RUN apt-get update && apt-get install -y python3-pip && python3 -m pip install yamllint --break-system-packages
27
+
28
ENTRYPOINT ["apache2-foreground"]
0 commit comments