Skip to content

Commit 388fc30

Browse files
committed
Removed composer and yarn for php5.5
1 parent 3415773 commit 388fc30

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

php5.5/cli/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ ENV NODE_VERSION ${NODE_VERSION}
2020
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
2121
RUN apt-get -y install nodejs
2222

23-
# Installing yarn using npm
24-
RUN npm install --global yarn
25-
2623
# Installing extensions
2724
RUN 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

php5.5/fpm/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3534
RUN REDIS_DONT_ENABLE=0 install-php-extensions redis

0 commit comments

Comments
 (0)