Skip to content

Commit f045282

Browse files
authored
Update Dockerfile
1 parent a8154bc commit f045282

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ RUN npm install -g `cat /robot/requirements/npm.in`
5151
RUN curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
5252
&& tar -xzf /tmp/jmeter.tgz -C /opt \
5353
&& mv /opt/apache-jmeter-${JMETER_VERSION} ${JMETER_HOME} \
54-
&& ls /opt/jmeter \
5554
&& rm -f /tmp/jmeter.tgz
5655

5756
# Install Python packages

0 commit comments

Comments
 (0)