Skip to content

Commit af00895

Browse files
committed
feat: yamllint installation in 8-review container
1 parent c10bf64 commit af00895

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile.php8-review

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /root/.bashrc
2323
RUN composer global require icanhazstring/composer-unused \
2424
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
2525

26+
RUN apt-get update && apt-get install -y python3-pip && python3 -m pip install yamllint --break-system-packages
27+
2628
ENTRYPOINT ["apache2-foreground"]

0 commit comments

Comments
 (0)