Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.
This commit is contained in:
parent
6488d7d3ad
commit
010ca7fa90
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ RUN apt-get -qq update \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
libxxf86vm-dev \
|
libxxf86vm-dev \
|
||||||
xvfb \
|
xvfb \
|
||||||
netcat \
|
|
||||||
&& echo "deb https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
&& echo "deb https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
||||||
&& echo "deb-src https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
&& echo "deb-src https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
||||||
&& apt-get -qq update \
|
&& apt-get -qq update \
|
||||||
|
|
Loading…
Reference in a new issue