Skip to content

Commit a8154bc

Browse files
authored
Update Dockerfile
1 parent 2a0b7b2 commit a8154bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ COPY requirements/npm.in /robot/requirements/npm.in
4848
RUN npm install -g `cat /robot/requirements/npm.in`
4949

5050
# Install JMeter
51-
RUN mkdir -p ${JMETER_HOME} \
52-
&& curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
51+
RUN curl -fsSL "${JMETER_REPO}-${JMETER_VERSION}.tgz" -o /tmp/jmeter.tgz \
5352
&& tar -xzf /tmp/jmeter.tgz -C /opt \
5453
&& mv /opt/apache-jmeter-${JMETER_VERSION} ${JMETER_HOME} \
5554
&& ls /opt/jmeter \

0 commit comments

Comments
 (0)