Add g++
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
78e92c7074
commit
a545675f84
|
@ -5,9 +5,9 @@ RUN apk add --no-cache libpng libpng-dev libjpeg-turbo-dev libwebp-dev zlib-dev
|
|||
&& docker-php-ext-configure gd \
|
||||
&& docker-php-ext-install gd
|
||||
|
||||
RUN apk add --no-cache autoconf \
|
||||
RUN apk add --no-cache autoconf gcc g++ \
|
||||
&& pecl install redis-5.1.1 \
|
||||
&& docker-php-ext-enable redis \
|
||||
&& apk del autoconf
|
||||
&& apk del autoconf gcc g++
|
||||
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
|
Loading…
Reference in New Issue