diff options
author | Jinwei Zhao <[email protected]> | 2016-11-15 19:10:40 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2016-11-15 19:10:40 +0800 |
commit | 7b133ce790b60ddfad45be3b524cf251ab9ec3c5 (patch) | |
tree | 001cd84fd11d708e630c8dc22b88b4ff2757e9cc | |
parent | a684879f6bf19af2fd99bb18e053bc09e7c78b02 (diff) | |
download | LumberJack-7b133ce790b60ddfad45be3b524cf251ab9ec3c5.tar.gz |
&&
-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 |