File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
1723 && apk del .dd-build-deps
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev libx
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && rm -rf /var/lib/apt/lists/*
1723
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
1723 && apk del .dd-build-deps
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev libx
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && rm -rf /var/lib/apt/lists/*
1723
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
1723 && apk del .dd-build-deps
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev libx
1212 && docker-php-ext-enable redis \
1313 && curl -sS https://getcomposer.org/installer | php \
1414 && mv composer.phar /usr/local/bin/composer \
15+ && curl -L -o drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar \
16+ && chmod +x drush.phar \
17+ && mv drush.phar /usr/local/bin/drush \
18+ && curl -L -o drupal.phar https://drupalconsole.com/installer \
19+ && chmod +x drupal.phar \
20+ && mv drupal.phar /usr/local/bin/drupal \
1521 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1622 && rm -rf /var/lib/apt/lists/*
1723
You can’t perform that action at this time.
0 commit comments