File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434
3535# install all available plugins except for those that are deprecated
3636RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37- && PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+ && sleep 2 \
3838 && PluginsManagerCMD.sh status
3939
4040# copy our entrypoint
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434
3535# install all available plugins except for those that are deprecated
3636RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37- && PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+ && sleep 2 \
3838 && PluginsManagerCMD.sh status
3939
4040# copy our entrypoint
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434
3535# install all available plugins except for those that are deprecated
3636RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37- && PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+ && sleep 2 \
3838 && PluginsManagerCMD.sh status
3939
4040# copy our entrypoint
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434
3535# install all available plugins except for those that are deprecated
3636RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37- && PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+ && sleep 2 \
3838 && PluginsManagerCMD.sh status
3939
4040# copy our entrypoint
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434
3535# install all available plugins except for those that are deprecated
3636RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37- && PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+ && sleep 2 \
3838 && PluginsManagerCMD.sh status
3939
4040# copy our entrypoint
You can’t perform that action at this time.
0 commit comments