Skip to content

Commit 3eb02a0

Browse files
committed
Fix: Missing package: linux-headers
1 parent 0ae532e commit 3eb02a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/main/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /app
88
ENV PATH="/app/bin:${PATH}:/app/vendor/bin"
99
ENV PHP_INI_PATH="$PHP_INI_DIR/conf.d/php.ini"
1010

11-
RUN apk --update add make git g++ autoconf
11+
RUN apk --update add make git g++ autoconf linux-headers
1212

1313
RUN cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_PATH" \
1414
&& pear config-set php_ini "$PHP_INI_PATH" \

0 commit comments

Comments
 (0)