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 a8154bc commit f045282Copy full SHA for f045282
1 file changed
Dockerfile
@@ -51,7 +51,6 @@ RUN npm install -g `cat /robot/requirements/npm.in`
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
- && ls /opt/jmeter \
55
&& rm -f /tmp/jmeter.tgz
56
57
# Install Python packages
0 commit comments