werefox-cafe/tests/Dockerfile

6 lines
76 B
Text
Raw Normal View History

FROM python:alpine
USER root
RUN python3 -m pip install selenium
WORKDIR /