Add Dockerfile.selenium

This commit is contained in:
Andrea Fazzi 2020-02-07 11:03:23 +01:00
parent 6493c99e54
commit c071675c87

View 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/*