1
0
Fork 0
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:
bewing 2019-08-28 12:42:47 -05:00 committed by CrazyMax
parent 2e663c5c54
commit a5f1e8412f

View file

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