diff --git a/Dockerfile b/Dockerfile index 5e1467e75218b83d911a0b0661d992669ce28010..11c5d357ad2e48876045fac0aeb4c32bb86d9d5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ RUN wget https://projects.unbit.it/downloads/uwsgi-2.0.17.1.tar.gz \ && tar xfz uwsgi-2.0.17.1.tar.gz \ && cd uwsgi-2.0.17.1 \ - && UWSGI_EMBED_PLUGINS=graylog2 python uwsgiconfig.py --build + && UWSGI_EMBED_PLUGINS=graylog2,zabbix python uwsgiconfig.py --build COPY requirements.txt /requirements.txt RUN python -m venv /venv \