forked from friendica/friendica-docker-ci
Add friendicaci/php-cs image
This commit is contained in:
parent
414b2f3cbb
commit
eeb6da3eea
2 changed files with 20 additions and 0 deletions
9
php-cs/Dockerfile
Normal file
9
php-cs/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM php:7.2
|
||||
|
||||
RUN apt-get update -q && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
|
||||
git \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
|
||||
|
||||
COPY check-php-cs.sh /check-php-cs.sh
|
Loading…
Add table
Add a link
Reference in a new issue