We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30e36b commit 407353eCopy full SHA for 407353e
1 file changed
php-fpm/Dockerfile-70
@@ -277,7 +277,8 @@ RUN if [ ${MSSQL} = true ]; then \
277
ARG INSTALL_INTL=false
278
RUN if [ ${INSTALL_INTL} = true ]; then \
279
# Install intl and requirements
280
- apt-get install -y zlib1g-dev libicu-dev g++ && \
+ apt-get -y update \
281
+ && apt-get install -y zlib1g-dev libicu-dev g++ && \
282
docker-php-ext-configure intl && \
283
docker-php-ext-install intl \
284
;fi
0 commit comments