aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)