File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
99 && docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip \
1010 && curl -sS https://getcomposer.org/installer | php \
1111 && mv composer.phar /usr/local/bin/composer \
12- && rm -rf /var/lib/apt/lists/*
12+ && echo "export PATH=~/.composer/vendor/bin:\$ PATH" >> ~/.bash_profile \
13+ && rm -rf /var/lib/apt/lists/*
1314
1415COPY drupal.ini /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1010 && docker-php-ext-install opcache \
1111 && curl -sS https://getcomposer.org/installer | php \
1212 && mv composer.phar /usr/local/bin/composer \
13- && rm -rf /var/lib/apt/lists/*
13+ && echo "export PATH=~/.composer/vendor/bin:\$ PATH" >> ~/.bash_profile \
14+ && rm -rf /var/lib/apt/lists/*
1415
1516COPY opcache-recommended.ini drupal.ini /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1010 && docker-php-ext-install opcache \
1111 && curl -sS https://getcomposer.org/installer | php \
1212 && mv composer.phar /usr/local/bin/composer \
13- && rm -rf /var/lib/apt/lists/*
13+ && echo "export PATH=~/.composer/vendor/bin:\$ PATH" >> ~/.bash_profile \
14+ && rm -rf /var/lib/apt/lists/*
1415
1516COPY opcache-recommended.ini drupal.ini /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1010 && docker-php-ext-install opcache \
1111 && curl -sS https://getcomposer.org/installer | php \
1212 && mv composer.phar /usr/local/bin/composer \
13- && rm -rf /var/lib/apt/lists/*
13+ && echo "export PATH=~/.composer/vendor/bin:\$ PATH" >> ~/.bash_profile \
14+ && rm -rf /var/lib/apt/lists/*
1415
1516COPY opcache-recommended.ini drupal.ini /usr/local/etc/php/conf.d/
You can’t perform that action at this time.
0 commit comments