mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
286 B
Docker
8 lines
286 B
Docker
FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos8:20210217_python3
|
|
USER root
|
|
|
|
# Install dependencies
|
|
|
|
RUN yum -y install @php:7.3 php-mbstring
|
|
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
|
|
RUN mkdir -p /usr/local/bin
|