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 6d3656c commit 2a0b7b2Copy full SHA for 2a0b7b2
1 file changed
Dockerfile
@@ -52,7 +52,7 @@ RUN mkdir -p ${JMETER_HOME}
52
&& curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
53
&& tar -xzf /tmp/jmeter.tgz -C /opt \
54
&& mv /opt/apache-jmeter-${JMETER_VERSION} ${JMETER_HOME} \
55
- && ls /opt/jmeter
+ && ls /opt/jmeter \
56
&& rm -f /tmp/jmeter.tgz
57
58
# Install Python packages
0 commit comments