Update minor dependency changes
This commit is contained in:
parent
a7f2c4f2d3
commit
7defd8b388
|
@ -2,6 +2,6 @@
|
||||||
FROM php:7.4-cli
|
FROM php:7.4-cli
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
sqlite \
|
sqlite3 \
|
||||||
unzip \
|
unzip \
|
||||||
git
|
git
|
||||||
|
|
|
@ -5,5 +5,10 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-pdo_sqlite": "*"
|
"ext-pdo_sqlite": "*"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"simplesamlphp/composer-module-installer": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue