Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created September 18, 2020 08:44
Show Gist options
  • Save seleniumgists/5d8bba9cf10050c82adbb6f2aef19d8d to your computer and use it in GitHub Desktop.
Save seleniumgists/5d8bba9cf10050c82adbb6f2aef19d8d to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
FROM maven:3.6.1-jdk-8
WORKDIR /usr/src/mymaven
COPY . .
RUN apt-get update && apt-get install jq -y && chmod +x wait-for-grid.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment