File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1616 && php -r "unlink('composer-setup.php');" \
1717 && mv composer.phar /usr/local/bin/composer \
1818 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
19- && apk add --no-cache sudo git libpng libjpeg libpq libxml2 \
19+ && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
2020 && apk del .dd-build-deps
2121
2222COPY drupal-*.ini /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1616 && php -r "unlink('composer-setup.php');" \
1717 && mv composer.phar /usr/local/bin/composer \
1818 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
19- && apk add --no-cache sudo git libpng libjpeg libpq libxml2 \
19+ && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
2020 && apk del .dd-build-deps
2121
2222COPY drupal-*.ini /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .dd-build-deps libpng-dev libjpeg-turbo-dev pos
1616 && php -r "unlink('composer-setup.php');" \
1717 && mv composer.phar /usr/local/bin/composer \
1818 && echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
19- && apk add --no-cache sudo git libpng libjpeg libpq libxml2 \
19+ && apk add --no-cache sudo git libpng libjpeg libpq libxml2 mysql-client openssh-client rsync \
2020 && apk del .dd-build-deps
2121
2222COPY drupal-*.ini /usr/local/etc/php/conf.d/
You can’t perform that action at this time.
0 commit comments