Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Revert "Install php ds extension"
Browse files Browse the repository at this point in the history
This reverts commit 072c27b.
  • Loading branch information
GrahamCampbell committed Apr 13, 2018
1 parent 072c27b commit d4659e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -

RUN echo "memory_limit=2048M" > $PHP_INI_DIR/conf.d/memory-limit.ini
RUN apt-get -y install git libsqlite3-dev libxml2-dev unzip yarn zlib1g-dev
RUN docker-php-ext-install bcmath ds pcntl pdo pdo_sqlite soap zip
RUN docker-php-ext-install bcmath pcntl pdo pdo_sqlite soap zip
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
RUN composer global require "hirak/prestissimo:^0.3"

0 comments on commit d4659e8

Please sign in to comment.