Skip to content

Commit

Permalink
Update with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
say2me committed Sep 2, 2020
1 parent 9b44592 commit b0d885b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions github-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN \
apt install -y libzip-dev && \
apt install -y wget && \
apt install -y unzip && \
apt install -y zlib1g-dev libicu-dev g++ libpng-dev
apt install -y zlib1g-dev libicu-dev g++ libpng-dev curl

RUN apt install -y git

Expand Down Expand Up @@ -39,7 +39,8 @@ RUN apt install -y php7.4 \
php7.4-json \
php7.4-opcache \
php7.4-readline \
php7.4-exif
php7.4-exif \
php7.4-curl

RUN a2enmod php7.4
RUN php --version
Expand Down
3 changes: 1 addition & 2 deletions gitlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ RUN \
apt-get install -y libzip-dev && \
apt-get install -y wget && \
apt-get install -y unzip && \
apt-get install -y zlib1g-dev libicu-dev g++ libpng-dev curl
apt-get install -y zlib1g-dev libicu-dev g++ libpng-dev

RUN apt-get install -y git

# Install packages for php and mysql
RUN \
apt-get update && \
docker-php-ext-install zip && \
docker-php-ext-install curl && \
docker-php-ext-configure intl && \
docker-php-ext-install intl && \
docker-php-ext-install pdo pdo_mysql mysqli && \
Expand Down

0 comments on commit b0d885b

Please sign in to comment.