зеркало из https://github.com/mozilla/MozDef.git
Modify tester dockerfile to reorder copy and pip commands
This commit is contained in:
Родитель
c6866d5f5a
Коммит
0fd9cd476d
|
@ -1,5 +1,8 @@
|
|||
FROM mozdef/mozdef_base
|
||||
|
||||
COPY tests /opt/mozdef/envs/mozdef/tests
|
||||
RUN pip install -r /opt/mozdef/envs/mozdef/tests/requirements_tests.txt
|
||||
|
||||
COPY alerts /opt/mozdef/envs/mozdef/alerts
|
||||
COPY bot /opt/mozdef/envs/mozdef/bot
|
||||
COPY cron /opt/mozdef/envs/mozdef/cron
|
||||
|
@ -8,11 +11,9 @@ COPY loginput /opt/mozdef/envs/mozdef/loginput
|
|||
COPY mozdef_util /opt/mozdef/envs/mozdef/mozdef_util
|
||||
COPY mq /opt/mozdef/envs/mozdef/mq
|
||||
COPY rest /opt/mozdef/envs/mozdef/rest
|
||||
COPY tests /opt/mozdef/envs/mozdef/tests
|
||||
COPY .flake8 /opt/mozdef/envs/mozdef/.flake8
|
||||
|
||||
COPY docker/compose/tester/files/tests_config.conf /opt/mozdef/envs/mozdef/tests/config.conf
|
||||
COPY docker/compose/tester/files/loginput_index.conf /opt/mozdef/envs/mozdef/tests/loginput/index.conf
|
||||
COPY docker/compose/tester/files/rest_index.conf /opt/mozdef/envs/mozdef/tests/rest/index.conf
|
||||
|
||||
RUN pip install -r /opt/mozdef/envs/mozdef/tests/requirements_tests.txt
|
||||
|
|
Загрузка…
Ссылка в новой задаче