mirror of
https://github.com/librenms/docker.git
synced 2026-07-26 11:44:59 +00:00
Add Python3 modules (#36)
Add python3 modules required for new Dispatcher Service
This commit is contained in:
parent
2e663c5c54
commit
a5f1e8412f
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ RUN mkdir -p /opt \
|
|||
&& echo "foreach (glob(\"${LIBRENMS_PATH}/config.d/*.php\") as \$filename) include \$filename;" >> ${LIBRENMS_PATH}/config.php \
|
||||
&& chown -R librenms. ${DATA_PATH} ${LIBRENMS_PATH} \
|
||||
&& chown -R nginx. /var/lib/nginx /var/log/nginx /var/log/php7 /var/tmp/nginx \
|
||||
&& pip3 install -r ${LIBRENMS_PATH}/requirements.txt \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue