Skip to content

Commit

Permalink
Merge pull request grpc#21604 from stanley-cheung/update-php-alpine-i…
Browse files Browse the repository at this point in the history
…mage

Add linux-headers to alpine image
  • Loading branch information
stanley-cheung authored Jan 7, 2020
2 parents e966507 + 017cbd4 commit 528dbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/php/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM php:7.2-alpine3.9

RUN apk add autoconf g++ make zlib-dev git bash wget
RUN apk add autoconf g++ make zlib-dev git bash wget linux-headers

ARG MAKEFLAGS=-j8

Expand Down
2 changes: 1 addition & 1 deletion templates/src/php/docker/alpine/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM php:${settings.php_version.php_current_version()}-alpine3.9

RUN apk add autoconf g++ make zlib-dev git bash wget
RUN apk add autoconf g++ make zlib-dev git bash wget linux-headers

ARG MAKEFLAGS=-j8

Expand Down

0 comments on commit 528dbb1

Please sign in to comment.