forked from friendica/friendica-docker-ci
Add license check
This commit is contained in:
parent
d1e2602700
commit
6105ae52a2
2 changed files with 23 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:7.2
|
||||
FROM php:7.4
|
||||
|
||||
RUN apt-get update -q && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
|
||||
|
@ -7,3 +7,4 @@ RUN apt-get update -q && \
|
|||
&& rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
|
||||
|
||||
COPY check-php-cs.sh /check-php-cs.sh
|
||||
COPY check-license.sh /check-license.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue