Skip to content

Commit

Permalink
Merge pull request #592 from yandex/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
direvius committed May 18, 2018
2 parents 8068da2 + d2cbd86 commit 07fd878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.jmeter
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* /tmp/* /var/tmp/*

ENV JMETER_PLUGINS="jpgc-csl,jpgc-tst,jpgc-dummy,jmeter-jdbc,jpgc-functions,jpgc-casutg,bzm-http2"
ENV JMETER_HOME="/usr/local/apache-jmeter-"${JMETER_VERSION}"
ENV JMETER_HOME=/usr/local/apache-jmeter-"${JMETER_VERSION}"
RUN wget https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${JMETER_VERSION}.tgz --progress=dot:giga && \
tar -xzf apache-jmeter-${JMETER_VERSION}.tgz -C /usr/local && \
rm apache-jmeter-${JMETER_VERSION}.tgz
Expand Down

0 comments on commit 07fd878

Please sign in to comment.