Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Jun 5, 2024
1 parent 179e826 commit ec922e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN cd /tmp \
&& wget -P /root/.bzt/jmeter-taurus/${JMETER_VERSION}/lib/ext/ -c https://repo1.maven.org/maven2/kg/apc/jmeter-plugins-manager/${JMETER_PLUGIN_MANAGER_VERSION}/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar \
&& wget -P /root/.bzt/jmeter-taurus/${JMETER_VERSION}/lib -c https://repo1.maven.org/maven2/kg/apc/cmdrunner/${CMD_RUNNER_VERSION}/cmdrunner-${CMD_RUNNER_VERSION}.jar \
&& java -cp /root/.bzt/jmeter-taurus/${JMETER_VERSION}/lib/ext/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar org.jmeterplugins.repository.PluginManagerCMDInstaller \
&& wget -P /root/.bzt/jmeter-taurus/${JMETER_VERSION}/lib/ext/ -c https://github.com/richturner/mqtt-jmeter/releases/download/2.0.6-RT/plugin-xmeter-2.0.6-RT-jar-with-dependencies.jar \
&& wget -P /root/.bzt/jmeter-taurus/${JMETER_VERSION}/lib/ext/ -c https://github.com/richturner/mqtt-jmeter/releases/download/2.0.7-RT/plugin-xmeter-2.0.7-RT-jar-with-dependencies.jar \
&& mkdir /bzt-configs /tmp/artifacts \
&& mkdir -p /etc/bzt.d \
&& echo "settings:" >> /root/.bzt-rc \
Expand Down

0 comments on commit ec922e2

Please sign in to comment.