fix % of todays traffic by intalling bc

This commit is contained in:
diginc 2016-02-14 11:50:33 -06:00
parent 2a969e4d0d
commit 9c9dd9e982
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN apk add --update \
nginx \
ca-certificates \
php-fpm php-json libxml2 \
bash curl perl && \
bc bash curl perl && \
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini && \
rm -rf /var/cache/apk/*

View File

@ -14,7 +14,7 @@ RUN apt-get -q update && \
dnsmasq \
lighttpd \
php5-common php5-cgi php5 \
curl unzip wget && \
bc curl unzip wget && \
rm -rf /var/cache/apt/archives
# Original upstream pihole code being used