Skip to content

Commit

Permalink
Added curl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Mar 16, 2021
1 parent f7f7162 commit a702d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7.3/alpine/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PHPIZE_DEPS="autoconf dpkg-dev dpkg file g++ gcc libc-dev make php7-dev php7
RUN set -ex \
&& apk update \
&& apk add --no-cache libstdc++ openssl git bash \
&& apk add --no-cache $PHPIZE_DEPS libaio-dev openssl-dev \
&& apk add --no-cache $PHPIZE_DEPS libaio-dev openssl-dev curl-dev \
&& ln -s /usr/bin/phpize7 /usr/local/bin/phpize \
&& ln -s /usr/bin/php-config7 /usr/local/bin/php-config \
# install composer
Expand Down
2 changes: 1 addition & 1 deletion 7.4/alpine/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PHPIZE_DEPS="autoconf dpkg-dev dpkg file g++ gcc libc-dev make php7-dev php7
RUN set -ex \
&& apk update \
&& apk add --no-cache libstdc++ openssl git bash \
&& apk add --no-cache $PHPIZE_DEPS libaio-dev openssl-dev \
&& apk add --no-cache $PHPIZE_DEPS libaio-dev openssl-dev curl-dev \
&& ln -s /usr/bin/phpize7 /usr/local/bin/phpize \
&& ln -s /usr/bin/php-config7 /usr/local/bin/php-config \
# install composer
Expand Down

0 comments on commit a702d26

Please sign in to comment.