Skip to content

Commit

Permalink
feat: pecl install phpy --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Aug 30, 2024
1 parent 8c56f7a commit f91d49e
Show file tree
Hide file tree
Showing 3 changed files with 2,494 additions and 324 deletions.
4 changes: 4 additions & 0 deletions services/php8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ARG CONTAINER_PACKAGE_URL

RUN if [ $CONTAINER_PACKAGE_URL ] ; then sed -i "s/dl-cdn.alpinelinux.org/${CONTAINER_PACKAGE_URL}/g" /etc/apk/repositories ; fi

# phpy install https://github.com/swoole/phpy
# RUN apk add python3
# RUN apk add autoconf gcc g++ make python3-dev

COPY ./extensions /tmp/extensions
WORKDIR /tmp/extensions
RUN chmod +x install.sh \
Expand Down
Loading

0 comments on commit f91d49e

Please sign in to comment.