aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-11-15 19:10:40 +0800
committerJinwei Zhao <[email protected]>2016-11-15 19:10:40 +0800
commit7b133ce790b60ddfad45be3b524cf251ab9ec3c5 (patch)
tree001cd84fd11d708e630c8dc22b88b4ff2757e9cc
parenta684879f6bf19af2fd99bb18e053bc09e7c78b02 (diff)
downloadLumberJack-7b133ce790b60ddfad45be3b524cf251ab9ec3c5.tar.gz
&&
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fc0754f..eaaf87c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ RUN \
12RUN \ 12RUN \
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
Powered by cgit v1.2.3 (git 2.41.0)