Skip to content

Commit

Permalink
add sshpass to jmeterd
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 2, 2023
1 parent c56dd70 commit b8f6293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/executor/jmeterd/build/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM kubeshop/jmeter:5.5
COPY jmeterd /bin/runner

RUN microdnf update -y && microdnf install -y ca-certificates git && microdnf clean all
RUN microdnf update -y && microdnf install -y ca-certificates git sshpass && microdnf clean all
ENV ENTRYPOINT_CMD="/executor_entrypoint.sh"
WORKDIR /root/
COPY ./contrib/executor/jmeterd/scripts/entrypoint.sh /executor_entrypoint.sh
Expand Down

0 comments on commit b8f6293

Please sign in to comment.