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

Commit

Permalink
PHP 7.1.25 and NodeJS 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 29, 2018
1 parent cd72cb6 commit 364f854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:7.1.20-cli
FROM php:7.1.25-cli

RUN apt-get update && apt-get -y install apt-transport-https curl gnupg
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_10.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
Expand Down

0 comments on commit 364f854

Please sign in to comment.