diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ RUN \ | |||
12 | RUN \ | 12 | RUN \ |
13 | DISPLAY=:1.0 && \ | 13 | DISPLAY=:1.0 && \ |
14 | export DISPLAY && \ | 14 | export DISPLAY && \ |
15 | Xvfb :1 -screen 0 1366x768x16 &> xvfb.log & &&\ | 15 | Xvfb :1 -screen 0 1366x768x16 &> xvfb.log &&\ |
16 | pip3 install image && \ | 16 | pip3 install image && \ |
17 | pip3 install python3-xlib && \ | 17 | pip3 install python3-xlib && \ |
18 | pip3 install pyautogui | 18 | pip3 install pyautogui |