Skip to content

Commit

Permalink
Added Composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Nov 18, 2023
1 parent 62bc283 commit ac53c70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ RUN \
gmp \
# All dev packages can be removed post-compile, however the main packages cannot.
&& apk del icu-dev libxslt-dev libffi-dev libpq-dev gmp-dev

# Install Composer.
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/main/web/installer -qO- |\
php -- --install-dir /usr/local/bin --filename composer

0 comments on commit ac53c70

Please sign in to comment.