File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ ENV NODE_VERSION ${NODE_VERSION}
2020RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
2121RUN apt-get -y install nodejs
2222
23- # Installing yarn using npm
24- RUN npm install --global yarn
25-
2623# Installing extensions
2724RUN curl -L https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions \
2825 -o /usr/local/bin/install-php-extensions && chmod +x /usr/local/bin/install-php-extensions
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ RUN install-php-extensions \
2828 opcache \
2929 gd \
3030 imagick \
31- apcu \
32- @composer
31+ apcu
3332
3433# Installing other extensions but enabled dynamically
3534RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
You can’t perform that action at this time.
0 commit comments