Skip to content

Commit

Permalink
Add linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Dec 15, 2022
1 parent 4beb6df commit 13311b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 8.0/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN set -ex \
nodejs \
npm \
postgresql-client \
linux-headers \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apk del --no-network .build-deps
Expand Down
1 change: 1 addition & 0 deletions 8.1/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN set -ex \
nodejs \
npm \
postgresql-client \
linux-headers \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apk del --no-network .build-deps
Expand Down

0 comments on commit 13311b9

Please sign in to comment.