Updated to 7.3 and added wkhtml and mysql client

This commit is contained in:
Deon George
2020-04-02 17:14:57 +11:00
parent 3279c0e869
commit 39d7aaab42
2 changed files with 7 additions and 6 deletions

View File

@@ -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/*