diff options
author | Jinwei Zhao <[email protected]> | 2016-11-15 20:15:47 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2016-11-15 20:15:47 +0800 |
commit | f5af8e73a17b814ad2feb53891f064769b81750e (patch) | |
tree | f48a6395abde127731831e15fc10b58360bf1249 /Dockerfile | |
parent | b343c5950c57c04c8702bc3841febb083166208f (diff) | |
download | LumberJack-f5af8e73a17b814ad2feb53891f064769b81750e.tar.gz |
add README
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ RUN export uid=1000 gid=1000 && \ | |||
27 | RUN \ | 27 | RUN \ |
28 | Xvfb :1 -screen 0 1366x768x16 &> xvfb.log && \ | 28 | Xvfb :1 -screen 0 1366x768x16 &> xvfb.log && \ |
29 | export DISPLAY=:1.0 && \ | 29 | export DISPLAY=:1.0 && \ |
30 | touch /root/.Xauthority && \ | ||
30 | touch /home/developer/.Xauthority && \ | 31 | touch /home/developer/.Xauthority && \ |
31 | pip3 install image && \ | 32 | pip3 install image && \ |
32 | pip3 install python3-xlib && \ | 33 | pip3 install python3-xlib && \ |