Fix for when kernel < 3.15
This commit is contained in:
parent
39d7aaab42
commit
e7e10b349f
@ -6,6 +6,7 @@ FROM registry.leenooks.net/leenooks/php:7.3-fpm-plus
|
||||
RUN echo "deb http://deb.debian.org/debian buster non-free" >> /etc/apt/sources.list.d/non-free.list && apt-get update \
|
||||
&& apt-get install -y wkhtmltopdf mariadb-client-10.3 inetutils-ping fping pkg-config \
|
||||
libsnmp-dev snmp-mibs-downloader --no-install-recommends \
|
||||
&& strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 \
|
||||
&& download-mibs \
|
||||
&& docker-php-ext-install -j$(nproc) snmp \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
Loading…
Reference in New Issue
Block a user