mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
Merge pull request #10 from jsenecal/patch-1
Fix for missing python-memcached on python2
This commit is contained in:
commit
bb6d4365e3
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ RUN apk --update --no-cache add \
|
|||
php7-xml \
|
||||
php7-zip \
|
||||
py-mysqldb \
|
||||
python \
|
||||
py2-pip \
|
||||
python3 \
|
||||
rrdtool \
|
||||
runit \
|
||||
|
|
@ -73,6 +75,8 @@ RUN apk --update --no-cache add \
|
|||
tzdata \
|
||||
util-linux \
|
||||
whois \
|
||||
&& pip2 install --upgrade pip \
|
||||
&& pip2 install python-memcached \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install python-memcached \
|
||||
&& sed -i -e "s/;date\.timezone.*/date\.timezone = UTC/" /etc/php7/php.ini \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue