Add Dockerfile.selenium
This commit is contained in:
parent
6493c99e54
commit
c071675c87
1 changed files with 4 additions and 0 deletions
4
docker/oef_regression_test/Dockerfile.selenium
Normal file
4
docker/oef_regression_test/Dockerfile.selenium
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM selenium/standalone-firefox-debug
|
||||
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y ffmpeg gpac && rm -rf /var/lib/apt/lists/*
|
Loading…
Reference in a new issue