Skip to content

Commit c26d904

Browse files
authored
Update Dockerfile
1 parent 5f81704 commit c26d904

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ RUN mkdir -p ${JMETER_HOME}
5656

5757
# Install Python packages
5858
RUN python -m venv "${VENV_PATH}"
59-
COPY requirements/requirements.txt /robot/requirements.txt
59+
COPY requirements/python.in /robot/python.in
6060
RUN --mount=type=cache,target=/root/.cache/pip \
61-
pip install -U -r /robot/requirements.txt \
61+
pip install -U -r /robot/python.in \
6262
&& pip check
6363

6464
COPY --chmod=0755 entrypoint.sh /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)