File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
264264ENTRYPOINT ["docker-php-entrypoint" ]
265265# #<autogenerated>##
266266# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
267- STOPSIGNAL WINCH
267+ STOPSIGNAL SIGWINCH
268268
269269COPY apache2-foreground /usr/local/bin/
270270WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
261261ENTRYPOINT ["docker-php-entrypoint" ]
262262# #<autogenerated>##
263263# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
264- STOPSIGNAL WINCH
264+ STOPSIGNAL SIGWINCH
265265
266266COPY apache2-foreground /usr/local/bin/
267267WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273273ENTRYPOINT ["docker-php-entrypoint" ]
274274# #<autogenerated>##
275275# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276- STOPSIGNAL WINCH
276+ STOPSIGNAL SIGWINCH
277277
278278COPY apache2-foreground /usr/local/bin/
279279WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282282ENTRYPOINT ["docker-php-entrypoint" ]
283283# #<autogenerated>##
284284# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285- STOPSIGNAL WINCH
285+ STOPSIGNAL SIGWINCH
286286
287287COPY apache2-foreground /usr/local/bin/
288288WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273273ENTRYPOINT ["docker-php-entrypoint" ]
274274# #<autogenerated>##
275275# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276- STOPSIGNAL WINCH
276+ STOPSIGNAL SIGWINCH
277277
278278COPY apache2-foreground /usr/local/bin/
279279WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282282ENTRYPOINT ["docker-php-entrypoint" ]
283283# #<autogenerated>##
284284# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285- STOPSIGNAL WINCH
285+ STOPSIGNAL SIGWINCH
286286
287287COPY apache2-foreground /usr/local/bin/
288288WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ RUN docker-php-ext-enable sodium
274274ENTRYPOINT ["docker-php-entrypoint" ]
275275# #<autogenerated>##
276276# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
277- STOPSIGNAL WINCH
277+ STOPSIGNAL SIGWINCH
278278
279279COPY apache2-foreground /usr/local/bin/
280280WORKDIR /var/www/html
Original file line number Diff line number Diff line change 11# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
2- STOPSIGNAL WINCH
2+ STOPSIGNAL SIGWINCH
33
44COPY apache2-foreground /usr/local/bin/
55WORKDIR /var/www/html
You can’t perform that action at this time.
0 commit comments