Added bcmath and intl modules
This commit is contained in:
parent
546ebcc610
commit
a0a0c7e1e2
@ -65,6 +65,14 @@ RUN apt-get -y update \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
# Add bcmath
|
||||
RUN apt-get -y update \
|
||||
&& apt-get -y install build-essential libicu-dev \
|
||||
&& docker-php-ext-install -j$(nproc) bcmath intl \
|
||||
&& apt-get purge -y build-essential libicu-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
COPY init /sbin/
|
||||
RUN chmod 550 /sbin/init && chown 0:0 /sbin/init
|
||||
ENTRYPOINT [ "/sbin/init" ]
|
||||
|
Loading…
Reference in New Issue
Block a user