Skip to content

Commit

Permalink
Dockerfile: remove unused CPPFLAGS (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi authored and taka-oyama committed Aug 18, 2023
1 parent df51118 commit 5b8fd84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
ENV TZ Asia/Tokyo
ENV PATH="${PATH}:/project/vendor/bin"

# Fix for Alpine Linux 3.13 https://github.com/grpc/grpc/issues/25250
ENV CPPFLAGS="-Wno-maybe-uninitialized"

# pecl_mt_install: `pecl install` does not support multi-threaded compile, so install manually for faster compilation.
RUN pecl_mt_install() { \
extension="${1}" \
Expand Down

0 comments on commit 5b8fd84

Please sign in to comment.