Skip to content

Commit

Permalink
Install composer
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 6, 2023
1 parent 7d1bbf3 commit c8e3bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
yarn && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
composer \
php81-gd \
php81-intl \
php81-ldap \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
yarn && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
composer \
php81-gd \
php81-intl \
php81-ldap \
Expand Down

0 comments on commit c8e3bb9

Please sign in to comment.