Skip to content

Commit

Permalink
Updated Composer to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Nov 26, 2020
1 parent 630d38b commit 44642ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PCOV_EXT_VERSION 1.0.6
ENV HTTPD_VERSION 2.4.46
ENV NGINX_VERSION 1.18.0
ENV NODE_VERSION 14.15.1
ENV COMPOSER_VERSION 1.10.17
ENV COMPOSER_VERSION 2.0.7
ENV YARN_VERSION 1.22.10

# Create some needed directories
Expand Down Expand Up @@ -100,9 +100,6 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
&& rm /etc/apt/sources.list.d/google-chrome.list \
&& rm -rf /var/lib/apt/lists/*

# Install Prestissimo
RUN composer global require hirak/prestissimo

# copy dep files first so Docker caches the install step if they don't change
ONBUILD COPY composer.lock /app/user/
ONBUILD COPY composer.json /app/user/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage: `FROM ghcr.io/robuust/heroku-php`
* Apache
* Nginx
* PHP 7.4.x with Redis, Imagick and PCov
* Composer w/ Prestissimo
* Composer 2
* Node 14.x
* Yarn
* Chrome
Expand Down

0 comments on commit 44642ce

Please sign in to comment.