github.com/kubeshop/testkube@v1.17.23/contrib/executor/soapui/build/agent/Dockerfile (about) 1 # syntax=docker/dockerfile:1 2 FROM smartbear/soapuios-testrunner:5.7.2 3 RUN apt-get update && apt-get install -y git \ 4 curl && \ 5 chmod 777 /usr/local/SmartBear && \ 6 useradd -m -d /home/soapui -s /bin/bash -u 1001 -r -g root soapui 7 8 COPY soapui /bin/runner 9 USER 1001 10 11 ENTRYPOINT ["/bin/runner"]