Updated to 7.3 and added wkhtml and mysql client
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# NAME leenooks/php
|
||||
# VERSION 7.2-fpm-ext
|
||||
# VERSION 7.3-fpm-ext
|
||||
|
||||
FROM registry.leenooks.net/leenooks/php:7.2-fpm-plus
|
||||
FROM registry.leenooks.net/leenooks/php:7.3-fpm-plus
|
||||
|
||||
RUN echo "deb http://deb.debian.org/debian stretch non-free" >> /etc/apt/sources.list.d/non-free.list && apt-get update \
|
||||
&& apt-get install -y inetutils-ping fping pkg-config libsnmp-dev snmp-mibs-downloader --no-install-recommends \
|
||||
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 \
|
||||
&& download-mibs \
|
||||
&& docker-php-ext-install -j$(nproc) snmp \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
Reference in New Issue
Block a user