Skip to content

Commit

Permalink
Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
say2me committed Sep 2, 2020
1 parent e01e7a7 commit 9b44592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ 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
apt-get install -y zlib1g-dev libicu-dev g++ libpng-dev curl

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 9b44592

Please sign in to comment.