From b462cf48596b3e2b8d3f39b852fd09c385eb35a4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 7 Jul 2018 14:53:06 +0200 Subject: [PATCH] Missing mysql python module --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 523a68b..8cf9235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,9 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.schema-version="1.0" RUN apk --update --no-cache add \ - bash binutils ca-certificates coreutils curl fping git graphviz imagemagick mtr mysql-client net-snmp \ - net-snmp-tools nginx nmap openssl python2 rrdtool runit shadow ssmtp supervisor tzdata util-linux whois \ + bash binutils ca-certificates coreutils curl fping git graphviz imagemagick mtr \ + mysql-client net-snmp net-snmp-tools nginx nmap openssl python2 py-mysqldb rrdtool runit \ + shadow ssmtp supervisor tzdata util-linux whois \ php7 php7-cli php7-ctype php7-curl php7-fpm php7-gd php7-json php7-mcrypt php7-memcached php7-mbstring php7-mysqli \ php7-opcache php7-openssl php7-pdo php7-pdo_mysql php7-phar php7-posix php7-session php7-simplexml php7-snmp \ php7-tokenizer php7-xml php7-zip \