Skip to content

Commit 2cf7f16

Browse files
committed
fixing a test
1 parent d83abcf commit 2cf7f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent_build_refactored/container_images/dependencies.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ RUN python3 -m pip install --upgrade setuptools pip --root /tmp/requrements_root
33
RUN cp -a /tmp/requrements_root/. /
44
ARG AGENT_REQUIREMENTS
55
RUN echo "${AGENT_REQUIREMENTS}" > /tmp/requirements.txt
6+
RUN echo Installing Agent requirements for platfor_system:
7+
RUN python3 -c "import platform; print(platform.system())"
68
RUN python3 -m pip install -r /tmp/requirements.txt --root /tmp/requrements_root
79
ARG TEST_REQUIREMENTS
810
RUN echo "${TEST_REQUIREMENTS}" > /tmp/test_requirments.txt

0 commit comments

Comments
 (0)