mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 05:24:04 +00:00
install composer in Docker and remove setup-php step
This commit is contained in:
parent
0fe04cc97c
commit
e7d9d06b63
2 changed files with 3 additions and 6 deletions
|
|
@ -32,6 +32,9 @@ RUN pecl install redis-5.3.7 sqlsrv pdo_sqlsrv \
|
|||
&& printf "; priority=30\nextension=pdo_sqlsrv.so\n" > /etc/php/$PHP_VERSION/mods-available/pdo_sqlsrv.ini \
|
||||
&& phpenmod -v $PHP_VERSION redis sqlsrv pdo_sqlsrv
|
||||
|
||||
# install composer
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||
|
||||
# set the system timezone
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
|
||||
&& echo $TZ > /etc/timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue