Skip to content

Commit e64d954

Browse files
committed
Install php-compatibility in our own container to handle the dependencies
We used another container for simplicity of maintainance, as we need to wait for version 10 and we've been for some months now it's easier to put the maintainance in our own container.
1 parent 82f892d commit e64d954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN su domjudge -c "cd /home/domjudge && \
3737
npm cache clean --force"
3838

3939
# Install needed global PHP modules
40-
RUN composer -n require justinrainbow/json-schema
40+
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop
4141

4242
# Install other PHP versions
4343
RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \

0 commit comments

Comments
 (0)