We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55199a commit 2523149Copy full SHA for 2523149
1 file changed
Dockerfile
@@ -47,12 +47,6 @@ RUN /usr/local/bin/install-apk-from-file /robot/requirements/apk.in
47
COPY requirements/npm.in /robot/requirements/npm.in
48
RUN npm install -g `cat /robot/requirements/npm.in`
49
50
-# Install JMeter
51
-RUN curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
52
- && tar -xzf /tmp/jmeter.tgz -C /opt \
53
- && mv /opt/apache-jmeter-${JMETER_VERSION} ${JMETER_HOME} \
54
- && rm -f /tmp/jmeter.tgz
55
-
56
# Install Python packages
57
RUN python -m venv "${VENV_PATH}"
58
COPY requirements/python.in /robot/requirements/python.in
0 commit comments