use zombie 4.0.4
This commit is contained in:
parent
01c506ace7
commit
bf9cfcb368
@ -6,7 +6,7 @@ RUN apk add --no-cache xvfb pulseaudio supervisor x11vnc xdg-utils wget chromium
|
||||
RUN set -ex;\
|
||||
adduser -D -u 1000 chrome pulse-access;\
|
||||
mkdir -p /home/chrome/plugin /home/chrome/webRobotJS; \
|
||||
wget -qO- https://github.com/UrielCh/zombie-plugin/releases/download/v4.0.2/zombie-v4.0.2.tar.gz | tar xvz -C /home/chrome/plugin/; \
|
||||
wget -qO- https://github.com/UrielCh/zombie-plugin/releases/download/v4.0.4/zombie-v4.0.4.tar.gz | tar xvz -C /home/chrome/plugin/; \
|
||||
wget -qO- https://github.com/UrielCh/webRobotJS/releases/download/v1.0.0/robotJsWeb-$(uname -m)-node-v10.tar.gz | tar xvz -C /home/chrome/webRobotJS/;
|
||||
|
||||
ADD conf/ /
|
||||
|
@ -27,7 +27,7 @@ RUN set -ex;\
|
||||
chown -R chrome:chrome /home/chrome/; \
|
||||
cd /home/chrome; \
|
||||
mkdir -p /home/chrome/plugin /home/chrome/webRobotJS; \
|
||||
wget -qO- https://github.com/UrielCh/zombie-plugin/releases/download/v4.0.2/zombie-v4.0.2.tar.gz | tar xvz -C /home/chrome/plugin/; \
|
||||
wget -qO- https://github.com/UrielCh/zombie-plugin/releases/download/v4.0.4/zombie-v4.0.4.tar.gz | tar xvz -C /home/chrome/plugin/; \
|
||||
wget -qO- https://github.com/UrielCh/webRobotJS/releases/download/v1.0.0/robotJsWeb-$(uname -m)-node-v10.tar.gz | tar xvz -C /home/chrome/webRobotJS/;
|
||||
|
||||
# RUN apt-get install -y xvfb && echo rm -rf /tmp/*
|
||||
|
Loading…
Reference in New Issue
Block a user