Skip to content

Commit 2a0b7b2

Browse files
authored
Update Dockerfile
1 parent 6d3656c commit 2a0b7b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN mkdir -p ${JMETER_HOME}
5252
&& curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
5353
&& tar -xzf /tmp/jmeter.tgz -C /opt \
5454
&& mv /opt/apache-jmeter-${JMETER_VERSION} ${JMETER_HOME} \
55-
&& ls /opt/jmeter
55+
&& ls /opt/jmeter \
5656
&& rm -f /tmp/jmeter.tgz
5757

5858
# Install Python packages

0 commit comments

Comments
 (0)