This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am luiarhs on github. | |
* I am luiarhs (https://keybase.io/luiarhs) on keybase. | |
* I have a public key ASC5ufY-XdzSAF1hr7Gv9Zkuw7d7JISLW-aFMO7ppHgSkgo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jenkins/inbound-agent:latest-jdk11 | |
# Set environment variables | |
ENV JMETER_VERSION="5.6.2" \ | |
JMETER_HOME="/opt/apache-jmeter-${JMETER_VERSION}" \ | |
PATH="$JMETER_HOME/bin:$PATH" | |
USER root | |
RUN apt-get update && apt-get install -y \ | |
curl \ |